Html Css Color HEX #32863D Japanese Laurel

📋 copy color: '#32863D'

red 50 ◦ green 134 ◦ blue 61

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

Shades of Japanese Laurel #32863D

Tints of Japanese Laurel #32863D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.9%

R = 20.41%
G = 54.69%
B = 24.9%

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

#32863D (or 0x32863D) is known color: Japanese Laurel. HEX triplet: 32, 86 and 3D. RGB value is (50,134,61). Sum of RGB (Red+Green+Blue) = 50+134+61=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #32863D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32863D is #CD79C2. Grayscale: #646464. Windows color (decimal): -13466051 or 4032050. OLE color: 4032050.

HSL color Cylindrical-coordinate representation of color #32863D: hue angle of 127.86º 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 #32863D is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 61 -
CMYK 0.63 0 0.54 0.47
HSL 127.86º 0.46% 0.36% -
HSV(B) 127.86º 0.63% 0.53% -
XYZ 10.68 18.07 7.34 -
YUV 100.56 105.67 91.94 -
System Red Green Blue C M Y K H S L
Decimal 50 134 61 0.63 0 0.54 0.47 127.86 0.46 0.36
Hex 32 86 3D 3F 0 36 2F 80 2E 24
Octal 62 206 75 77 0 66 57 200 56 44
Binary 110010 10000110 111101 111111 0 110110 101111 10000000 101110 100100

Color Harmonies of #32863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32863D

Black with #32863D

Text Example


Text Example

White with #32863D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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