Html Css Color HEX #327427 Japanese Laurel

📋 copy color: '#327427'

red 50 ◦ green 116 ◦ blue 39

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

Shades of Japanese Laurel #327427

Tints of Japanese Laurel #327427

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.59%

 BLUE value IS 39 (15.63% from 255) = 19.02%

R = 24.39%
G = 56.59%
B = 19.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#327427 (or 0x327427) is known color: Japanese Laurel. HEX triplet: 32, 74 and 27. RGB value is (50,116,39). Sum of RGB (Red+Green+Blue) = 50+116+39=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 116 (45.70% from 255 or 56.59% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 116 - color contains mainly: green. Hex color #327427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327427 is #CD8BD8. Grayscale: #575757. Windows color (decimal): -13470681 or 2585650. OLE color: 2585650.

HSL color Cylindrical-coordinate representation of color #327427: hue angle of 111.43º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327427 is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 39 -
CMYK 0.57 0 0.66 0.55
HSL 111.43º 0.5% 0.3% -
HSV(B) 111.43º 0.66% 0.45% -
XYZ 7.93 13.32 4.07 -
YUV 87.49 100.63 101.26 -
System Red Green Blue C M Y K H S L
Decimal 50 116 39 0.57 0 0.66 0.55 111.43 0.5 0.3
Hex 32 74 27 39 0 42 37 6F 32 1E
Octal 62 164 47 71 0 102 67 157 62 36
Binary 110010 1110100 100111 111001 0 1000010 110111 1101111 110010 11110

Color Harmonies of #327427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327427

Black with #327427

Text Example


Text Example

White with #327427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327427; }

 p { color: rgb(50,116,39); }

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

background-color css

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

 a { background-color: rgb(50,116,39); }

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

border-color css

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

 span { border-color: rgb(50,116,39); }

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