Html Css Color HEX #327D34 Japanese Laurel

📋 copy color: '#327D34'

red 50 ◦ green 125 ◦ blue 52

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

Shades of Japanese Laurel #327D34

Tints of Japanese Laurel #327D34

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.07%

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

R = 22.03%
G = 55.07%
B = 22.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#327D34 (or 0x327D34) is known color: Japanese Laurel. HEX triplet: 32, 7D and 34. RGB value is (50,125,52). Sum of RGB (Red+Green+Blue) = 50+125+52=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #327D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327D34 is #CD82CB. Grayscale: #5E5E5E. Windows color (decimal): -13468364 or 3439922. OLE color: 3439922.

HSL color Cylindrical-coordinate representation of color #327D34: hue angle of 121.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327D34 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 125 52 -
CMYK 0.60 0 0.58 0.51
HSL 121.6º 0.43% 0.34% -
HSV(B) 121.6º 0.6% 0.49% -
XYZ 9.27 15.59 5.77 -
YUV 94.25 104.15 96.44 -
System Red Green Blue C M Y K H S L
Decimal 50 125 52 0.60 0 0.58 0.51 121.6 0.43 0.34
Hex 32 7D 34 3C 0 3A 33 7A 2B 22
Octal 62 175 64 74 0 72 63 172 53 42
Binary 110010 1111101 110100 111100 0 111010 110011 1111010 101011 100010

Color Harmonies of #327D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327D34

Black with #327D34

Text Example


Text Example

White with #327D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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