Html Css Color HEX #327430 Japanese Laurel

📋 copy color: '#327430'

red 50 ◦ green 116 ◦ blue 48

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

Shades of Japanese Laurel #327430

Tints of Japanese Laurel #327430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.21%

 BLUE value IS 48 (19.14% from 255) = 22.43%

R = 23.36%
G = 54.21%
B = 22.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#327430 (or 0x327430) is known color: Japanese Laurel. HEX triplet: 32, 74 and 30. RGB value is (50,116,48). Sum of RGB (Red+Green+Blue) = 50+116+48=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #327430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327430 is #CD8BCF. Grayscale: #585858. Windows color (decimal): -13470672 or 3175474. OLE color: 3175474.

HSL color Cylindrical-coordinate representation of color #327430: hue angle of 118.24º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327430 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 116 48 -
CMYK 0.57 0 0.59 0.55
HSL 118.24º 0.41% 0.32% -
HSV(B) 118.24º 0.59% 0.45% -
XYZ 8.09 13.38 4.95 -
YUV 88.51 105.13 100.53 -
System Red Green Blue C M Y K H S L
Decimal 50 116 48 0.57 0 0.59 0.55 118.24 0.41 0.32
Hex 32 74 30 39 0 3B 37 76 29 20
Octal 62 164 60 71 0 73 67 166 51 40
Binary 110010 1110100 110000 111001 0 111011 110111 1110110 101001 100000

Color Harmonies of #327430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327430

Black with #327430

Text Example


Text Example

White with #327430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327430; }

 p { color: rgb(50,116,48); }

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

background-color css

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

 a { background-color: rgb(50,116,48); }

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

border-color css

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

 span { border-color: rgb(50,116,48); }

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