Html Css Color HEX #327534 Japanese Laurel

📋 copy color: '#327534'

red 50 ◦ green 117 ◦ blue 52

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

Shades of Japanese Laurel #327534

Tints of Japanese Laurel #327534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.42%

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

R = 22.83%
G = 53.42%
B = 23.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#327534 (or 0x327534) is known color: Japanese Laurel. HEX triplet: 32, 75 and 34. RGB value is (50,117,52). Sum of RGB (Red+Green+Blue) = 50+117+52=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #327534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327534 is #CD8ACB. Grayscale: #595959. Windows color (decimal): -13470412 or 3437874. OLE color: 3437874.

HSL color Cylindrical-coordinate representation of color #327534: hue angle of 121.79º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327534 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 52 -
CMYK 0.57 0 0.56 0.54
HSL 121.79º 0.4% 0.33% -
HSV(B) 121.79º 0.57% 0.46% -
XYZ 8.3 13.65 5.45 -
YUV 89.56 106.8 99.79 -
System Red Green Blue C M Y K H S L
Decimal 50 117 52 0.57 0 0.56 0.54 121.79 0.4 0.33
Hex 32 75 34 39 0 38 36 7A 28 21
Octal 62 165 64 71 0 70 66 172 50 41
Binary 110010 1110101 110100 111001 0 111000 110110 1111010 101000 100001

Color Harmonies of #327534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327534

Black with #327534

Text Example


Text Example

White with #327534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327534; }

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

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

background-color css

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

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

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

border-color css

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

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

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