Html Css Color HEX #327038 Japanese Laurel

📋 copy color: '#327038'

red 50 ◦ green 112 ◦ blue 56

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

Shades of Japanese Laurel #327038

Tints of Japanese Laurel #327038

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

 BLUE value IS 56 (22.27% from 255) = 25.69%

R = 22.94%
G = 51.38%
B = 25.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#327038 (or 0x327038) is known color: Japanese Laurel. HEX triplet: 32, 70 and 38. RGB value is (50,112,56). Sum of RGB (Red+Green+Blue) = 50+112+56=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #327038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327038 is #CD8FC7. Grayscale: #575757. Windows color (decimal): -13471688 or 3698738. OLE color: 3698738.

HSL color Cylindrical-coordinate representation of color #327038: hue angle of 125.81º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #327038 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 112 56 -
CMYK 0.55 0 0.50 0.56
HSL 125.81º 0.38% 0.32% -
HSV(B) 125.81º 0.55% 0.44% -
XYZ 7.82 12.55 5.75 -
YUV 87.08 110.46 101.55 -
System Red Green Blue C M Y K H S L
Decimal 50 112 56 0.55 0 0.50 0.56 125.81 0.38 0.32
Hex 32 70 38 37 0 32 38 7E 26 20
Octal 62 160 70 67 0 62 70 176 46 40
Binary 110010 1110000 111000 110111 0 110010 111000 1111110 100110 100000

Color Harmonies of #327038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327038

Black with #327038

Text Example


Text Example

White with #327038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327038; }

 p { color: rgb(50,112,56); }

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

background-color css

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

 a { background-color: rgb(50,112,56); }

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

border-color css

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

 span { border-color: rgb(50,112,56); }

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