Html Css Color HEX #327533 Japanese Laurel

📋 copy color: '#327533'

red 50 ◦ green 117 ◦ blue 51

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

Shades of Japanese Laurel #327533

Tints of Japanese Laurel #327533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 22.94%
G = 53.67%
B = 23.39%

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

#327533 (or 0x327533) is known color: Japanese Laurel. HEX triplet: 32, 75 and 33. RGB value is (50,117,51). Sum of RGB (Red+Green+Blue) = 50+117+51=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #327533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327533 is #CD8ACC. Grayscale: #595959. Windows color (decimal): -13470413 or 3372338. OLE color: 3372338.

HSL color Cylindrical-coordinate representation of color #327533: hue angle of 120.9º 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 #327533 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 51 -
CMYK 0.57 0 0.56 0.54
HSL 120.9º 0.4% 0.33% -
HSV(B) 120.9º 0.57% 0.46% -
XYZ 8.27 13.64 5.33 -
YUV 89.44 106.3 99.87 -
System Red Green Blue C M Y K H S L
Decimal 50 117 51 0.57 0 0.56 0.54 120.9 0.4 0.33
Hex 32 75 33 39 0 38 36 79 28 21
Octal 62 165 63 71 0 70 66 171 50 41
Binary 110010 1110101 110011 111001 0 111000 110110 1111001 101000 100001

Color Harmonies of #327533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327533

Black with #327533

Text Example


Text Example

White with #327533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327533; }

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

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

background-color css

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

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

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

border-color css

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

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

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