Html Css Color HEX #327A3C Japanese Laurel

📋 copy color: '#327A3C'

red 50 ◦ green 122 ◦ blue 60

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

Shades of Japanese Laurel #327A3C

Tints of Japanese Laurel #327A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.86%

R = 21.55%
G = 52.59%
B = 25.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#327A3C (or 0x327A3C) is known color: Japanese Laurel. HEX triplet: 32, 7A and 3C. RGB value is (50,122,60). Sum of RGB (Red+Green+Blue) = 50+122+60=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #327A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A3C is #CD85C3. Grayscale: #5D5D5D. Windows color (decimal): -13469124 or 3963442. OLE color: 3963442.

HSL color Cylindrical-coordinate representation of color #327A3C: hue angle of 128.33º 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 #327A3C is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 122 60 -
CMYK 0.59 0 0.51 0.52
HSL 128.33º 0.42% 0.34% -
HSV(B) 128.33º 0.59% 0.48% -
XYZ 9.09 14.92 6.68 -
YUV 93.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 50 122 60 0.59 0 0.51 0.52 128.33 0.42 0.34
Hex 32 7A 3C 3B 0 33 34 80 2A 22
Octal 62 172 74 73 0 63 64 200 52 42
Binary 110010 1111010 111100 111011 0 110011 110100 10000000 101010 100010

Color Harmonies of #327A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A3C

Black with #327A3C

Text Example


Text Example

White with #327A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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