Html Css Color HEX #326E2F Japanese Laurel

📋 copy color: '#326E2F'

red 50 ◦ green 110 ◦ blue 47

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

Shades of Japanese Laurel #326E2F

Tints of Japanese Laurel #326E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 53.14%

 BLUE value IS 47 (18.75% from 255) = 22.71%

R = 24.15%
G = 53.14%
B = 22.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#326E2F (or 0x326E2F) is known color: Japanese Laurel. HEX triplet: 32, 6E and 2F. RGB value is (50,110,47). Sum of RGB (Red+Green+Blue) = 50+110+47=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #326E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326E2F is #CD91D0. Grayscale: #555555. Windows color (decimal): -13472209 or 3108402. OLE color: 3108402.

HSL color Cylindrical-coordinate representation of color #326E2F: hue angle of 117.14º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326E2F is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 110 47 -
CMYK 0.55 0 0.57 0.57
HSL 117.14º 0.4% 0.31% -
HSV(B) 117.14º 0.57% 0.43% -
XYZ 7.4 12.04 4.62 -
YUV 84.88 106.62 103.12 -
System Red Green Blue C M Y K H S L
Decimal 50 110 47 0.55 0 0.57 0.57 117.14 0.4 0.31
Hex 32 6E 2F 37 0 39 39 75 28 1F
Octal 62 156 57 67 0 71 71 165 50 37
Binary 110010 1101110 101111 110111 0 111001 111001 1110101 101000 11111

Color Harmonies of #326E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E2F

Black with #326E2F

Text Example


Text Example

White with #326E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326E2F; }

 p { color: rgb(50,110,47); }

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

background-color css

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

 a { background-color: rgb(50,110,47); }

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

border-color css

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

 span { border-color: rgb(50,110,47); }

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