Html Css Color HEX #32813E Japanese Laurel

📋 copy color: '#32813E'

red 50 ◦ green 129 ◦ blue 62

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

Shades of Japanese Laurel #32813E

Tints of Japanese Laurel #32813E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.73%

R = 20.75%
G = 53.53%
B = 25.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#32813E (or 0x32813E) is known color: Japanese Laurel. HEX triplet: 32, 81 and 3E. RGB value is (50,129,62). Sum of RGB (Red+Green+Blue) = 50+129+62=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #32813E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32813E is #CD7EC1. Grayscale: #616161. Windows color (decimal): -13467330 or 4096306. OLE color: 4096306.

HSL color Cylindrical-coordinate representation of color #32813E: hue angle of 129.11º 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 #32813E is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 129 62 -
CMYK 0.61 0 0.52 0.49
HSL 129.11º 0.44% 0.35% -
HSV(B) 129.11º 0.61% 0.51% -
XYZ 10.04 16.73 7.26 -
YUV 97.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 50 129 62 0.61 0 0.52 0.49 129.11 0.44 0.35
Hex 32 81 3E 3D 0 34 31 81 2C 23
Octal 62 201 76 75 0 64 61 201 54 43
Binary 110010 10000001 111110 111101 0 110100 110001 10000001 101100 100011

Color Harmonies of #32813E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32813E

Black with #32813E

Text Example


Text Example

White with #32813E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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