Html Css Color HEX #32823B Japanese Laurel

📋 copy color: '#32823B'

red 50 ◦ green 130 ◦ blue 59

#32823B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #32823B

Tints of Japanese Laurel #32823B

RGB

 RED value IS 50 (19.92% from 255) = 20.92%

 GREEN value IS 130 (51.17% from 255) = 54.39%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 20.92%
G = 54.39%
B = 24.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#32823B (or 0x32823B) is known color: Japanese Laurel. HEX triplet: 32, 82 and 3B. RGB value is (50,130,59). Sum of RGB (Red+Green+Blue) = 50+130+59=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #32823B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32823B is #CD7DC4. Grayscale: #626262. Windows color (decimal): -13467077 or 3899954. OLE color: 3899954.

HSL color Cylindrical-coordinate representation of color #32823B: hue angle of 126.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32823B is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 130 59 -
CMYK 0.62 0 0.55 0.49
HSL 126.75º 0.44% 0.35% -
HSV(B) 126.75º 0.62% 0.51% -
XYZ 10.09 16.96 6.88 -
YUV 97.99 106 93.77 -
System Red Green Blue C M Y K H S L
Decimal 50 130 59 0.62 0 0.55 0.49 126.75 0.44 0.35
Hex 32 82 3B 3E 0 37 31 7F 2C 23
Octal 62 202 73 76 0 67 61 177 54 43
Binary 110010 10000010 111011 111110 0 110111 110001 1111111 101100 100011

Color Harmonies of #32823B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32823B

Black with #32823B

Text Example


Text Example

White with #32823B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32823B; }

 p { color: rgb(50,130,59); }

 H1.HeaderClassName
 {
   color: #32823B;
 }
 .AnyTagClassName
 {
   color: #32823B;
 }
</style>

background-color css

<style>
 a { background-color: #32823B; }

 a { background-color: rgb(50,130,59); }

 div.DivClassName
 {
   background-color: #32823B;
 }
 .BgClassName
 {
   background-color: #32823B;
 }
</style>

border-color css

<style>
 span { border-color: #32823B; }

 span { border-color: rgb(50,130,59); }

 td.TdClassName
 {
   border-color: #32823B;
 }
 .TagClassName
 {
   border-color: #32823B;
 }
</style>