Html Css Color HEX #32862E Japanese Laurel

📋 copy color: '#32862E'

red 50 ◦ green 134 ◦ blue 46

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

Shades of Japanese Laurel #32862E

Tints of Japanese Laurel #32862E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.26%

 BLUE value IS 46 (18.36% from 255) = 20%

R = 21.74%
G = 58.26%
B = 20%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#32862E (or 0x32862E) is known color: Japanese Laurel. HEX triplet: 32, 86 and 2E. RGB value is (50,134,46). Sum of RGB (Red+Green+Blue) = 50+134+46=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #32862E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32862E is #CD79D1. Grayscale: #636363. Windows color (decimal): -13466066 or 3049010. OLE color: 3049010.

HSL color Cylindrical-coordinate representation of color #32862E: hue angle of 117.27º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32862E is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 46 -
CMYK 0.63 0 0.66 0.47
HSL 117.27º 0.49% 0.35% -
HSV(B) 117.27º 0.66% 0.53% -
XYZ 10.33 17.93 5.5 -
YUV 98.85 98.17 93.16 -
System Red Green Blue C M Y K H S L
Decimal 50 134 46 0.63 0 0.66 0.47 117.27 0.49 0.35
Hex 32 86 2E 3F 0 42 2F 75 31 23
Octal 62 206 56 77 0 102 57 165 61 43
Binary 110010 10000110 101110 111111 0 1000010 101111 1110101 110001 100011

Color Harmonies of #32862E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32862E

Black with #32862E

Text Example


Text Example

White with #32862E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32862E; }

 p { color: rgb(50,134,46); }

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

background-color css

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

 a { background-color: rgb(50,134,46); }

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

border-color css

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

 span { border-color: rgb(50,134,46); }

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