Html Css Color HEX #32863B Japanese Laurel

📋 copy color: '#32863B'

red 50 ◦ green 134 ◦ blue 59

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

Shades of Japanese Laurel #32863B

Tints of Japanese Laurel #32863B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.28%

R = 20.58%
G = 55.14%
B = 24.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#32863B (or 0x32863B) is known color: Japanese Laurel. HEX triplet: 32, 86 and 3B. RGB value is (50,134,59). Sum of RGB (Red+Green+Blue) = 50+134+59=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #32863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32863B is #CD79C4. Grayscale: #646464. Windows color (decimal): -13466053 or 3900978. OLE color: 3900978.

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

Color convert

RGB 50 134 59 -
CMYK 0.63 0 0.56 0.47
HSL 126.43º 0.46% 0.36% -
HSV(B) 126.43º 0.63% 0.53% -
XYZ 10.63 18.04 7.06 -
YUV 100.33 104.67 92.1 -
System Red Green Blue C M Y K H S L
Decimal 50 134 59 0.63 0 0.56 0.47 126.43 0.46 0.36
Hex 32 86 3B 3F 0 38 2F 7E 2E 24
Octal 62 206 73 77 0 70 57 176 56 44
Binary 110010 10000110 111011 111111 0 111000 101111 1111110 101110 100100

Color Harmonies of #32863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32863B

Black with #32863B

Text Example


Text Example

White with #32863B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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