Html Css Color HEX #32813B Japanese Laurel

📋 copy color: '#32813B'

red 50 ◦ green 129 ◦ blue 59

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

Shades of Japanese Laurel #32813B

Tints of Japanese Laurel #32813B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.2%

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

R = 21.01%
G = 54.2%
B = 24.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#32813B (or 0x32813B) is known color: Japanese Laurel. HEX triplet: 32, 81 and 3B. RGB value is (50,129,59). Sum of RGB (Red+Green+Blue) = 50+129+59=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #32813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32813B is #CD7EC4. Grayscale: #616161. Windows color (decimal): -13467333 or 3899698. OLE color: 3899698.

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

Color convert

RGB 50 129 59 -
CMYK 0.61 0 0.54 0.49
HSL 126.84º 0.44% 0.35% -
HSV(B) 126.84º 0.61% 0.51% -
XYZ 9.96 16.69 6.84 -
YUV 97.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 50 129 59 0.61 0 0.54 0.49 126.84 0.44 0.35
Hex 32 81 3B 3D 0 36 31 7F 2C 23
Octal 62 201 73 75 0 66 61 177 54 43
Binary 110010 10000001 111011 111101 0 110110 110001 1111111 101100 100011

Color Harmonies of #32813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32813B

Black with #32813B

Text Example


Text Example

White with #32813B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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