Html Css Color HEX #32863E Japanese Laurel

📋 copy color: '#32863E'

red 50 ◦ green 134 ◦ blue 62

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

Shades of Japanese Laurel #32863E

Tints of Japanese Laurel #32863E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 20.33%
G = 54.47%
B = 25.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#32863E (or 0x32863E) is known color: Japanese Laurel. HEX triplet: 32, 86 and 3E. RGB value is (50,134,62). Sum of RGB (Red+Green+Blue) = 50+134+62=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #32863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32863E is #CD79C1. Grayscale: #646464. Windows color (decimal): -13466050 or 4097586. OLE color: 4097586.

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

Color convert

RGB 50 134 62 -
CMYK 0.63 0 0.54 0.47
HSL 128.57º 0.46% 0.36% -
HSV(B) 128.57º 0.63% 0.53% -
XYZ 10.71 18.08 7.48 -
YUV 100.68 106.17 91.85 -
System Red Green Blue C M Y K H S L
Decimal 50 134 62 0.63 0 0.54 0.47 128.57 0.46 0.36
Hex 32 86 3E 3F 0 36 2F 81 2E 24
Octal 62 206 76 77 0 66 57 201 56 44
Binary 110010 10000110 111110 111111 0 110110 101111 10000001 101110 100100

Color Harmonies of #32863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32863E

Black with #32863E

Text Example


Text Example

White with #32863E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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