Html Css Color HEX #327F34 Japanese Laurel

📋 copy color: '#327F34'

red 50 ◦ green 127 ◦ blue 52

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

Shades of Japanese Laurel #327F34

Tints of Japanese Laurel #327F34

RGB

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

 GREEN value IS 127 (50% from 255) = 55.46%

 BLUE value IS 52 (20.7% from 255) = 22.71%

R = 21.83%
G = 55.46%
B = 22.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#327F34 (or 0x327F34) is known color: Japanese Laurel. HEX triplet: 32, 7F and 34. RGB value is (50,127,52). Sum of RGB (Red+Green+Blue) = 50+127+52=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 127 (50% from 255 or 55.46% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 127 - color contains mainly: green. Hex color #327F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F34 is #CD80CB. Grayscale: #5F5F5F. Windows color (decimal): -13467852 or 3440434. OLE color: 3440434.

HSL color Cylindrical-coordinate representation of color #327F34: hue angle of 121.56º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F34 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 127 52 -
CMYK 0.61 0 0.59 0.50
HSL 121.56º 0.44% 0.35% -
HSV(B) 121.56º 0.61% 0.5% -
XYZ 9.52 16.1 5.86 -
YUV 95.43 103.49 95.6 -
System Red Green Blue C M Y K H S L
Decimal 50 127 52 0.61 0 0.59 0.50 121.56 0.44 0.35
Hex 32 7F 34 3D 0 3B 32 7A 2C 23
Octal 62 177 64 75 0 73 62 172 54 43
Binary 110010 1111111 110100 111101 0 111011 110010 1111010 101100 100011

Color Harmonies of #327F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F34

Black with #327F34

Text Example


Text Example

White with #327F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,127,52); }

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

background-color css

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

 a { background-color: rgb(50,127,52); }

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

border-color css

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

 span { border-color: rgb(50,127,52); }

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