Html Css Color HEX #327A39 Japanese Laurel

📋 copy color: '#327A39'

red 50 ◦ green 122 ◦ blue 57

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

Shades of Japanese Laurel #327A39

Tints of Japanese Laurel #327A39

RGB

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

 GREEN value IS 122 (48.05% from 255) = 53.28%

 BLUE value IS 57 (22.66% from 255) = 24.89%

R = 21.83%
G = 53.28%
B = 24.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#327A39 (or 0x327A39) is known color: Japanese Laurel. HEX triplet: 32, 7A and 39. RGB value is (50,122,57). Sum of RGB (Red+Green+Blue) = 50+122+57=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 122 (48.05% from 255 or 53.28% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 122 - color contains mainly: green. Hex color #327A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A39 is #CD85C6. Grayscale: #5D5D5D. Windows color (decimal): -13469127 or 3766834. OLE color: 3766834.

HSL color Cylindrical-coordinate representation of color #327A39: hue angle of 125.83º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A39 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 122 57 -
CMYK 0.59 0 0.53 0.52
HSL 125.83º 0.42% 0.34% -
HSV(B) 125.83º 0.59% 0.48% -
XYZ 9.01 14.89 6.27 -
YUV 93.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 50 122 57 0.59 0 0.53 0.52 125.83 0.42 0.34
Hex 32 7A 39 3B 0 35 34 7E 2A 22
Octal 62 172 71 73 0 65 64 176 52 42
Binary 110010 1111010 111001 111011 0 110101 110100 1111110 101010 100010

Color Harmonies of #327A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A39

Black with #327A39

Text Example


Text Example

White with #327A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327A39; }

 p { color: rgb(50,122,57); }

 H1.HeaderClassName
 {
   color: #327A39;
 }
 .AnyTagClassName
 {
   color: #327A39;
 }
</style>

background-color css

<style>
 a { background-color: #327A39; }

 a { background-color: rgb(50,122,57); }

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

border-color css

<style>
 span { border-color: #327A39; }

 span { border-color: rgb(50,122,57); }

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