Html Css Color HEX #32863C Japanese Laurel

📋 copy color: '#32863C'

red 50 ◦ green 134 ◦ blue 60

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

Shades of Japanese Laurel #32863C

Tints of Japanese Laurel #32863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.59%

R = 20.49%
G = 54.92%
B = 24.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#32863C (or 0x32863C) is known color: Japanese Laurel. HEX triplet: 32, 86 and 3C. RGB value is (50,134,60). Sum of RGB (Red+Green+Blue) = 50+134+60=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #32863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32863C is #CD79C3. Grayscale: #646464. Windows color (decimal): -13466052 or 3966514. OLE color: 3966514.

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

Color convert

RGB 50 134 60 -
CMYK 0.63 0 0.55 0.47
HSL 127.14º 0.46% 0.36% -
HSV(B) 127.14º 0.63% 0.53% -
XYZ 10.66 18.05 7.2 -
YUV 100.45 105.17 92.02 -
System Red Green Blue C M Y K H S L
Decimal 50 134 60 0.63 0 0.55 0.47 127.14 0.46 0.36
Hex 32 86 3C 3F 0 37 2F 7F 2E 24
Octal 62 206 74 77 0 67 57 177 56 44
Binary 110010 10000110 111100 111111 0 110111 101111 1111111 101110 100100

Color Harmonies of #32863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32863C

Black with #32863C

Text Example


Text Example

White with #32863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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