Html Css Color HEX #32783F Japanese Laurel

📋 copy color: '#32783F'

red 50 ◦ green 120 ◦ blue 63

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

Shades of Japanese Laurel #32783F

Tints of Japanese Laurel #32783F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.5%

 BLUE value IS 63 (25% from 255) = 27.04%

R = 21.46%
G = 51.5%
B = 27.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#32783F (or 0x32783F) is known color: Japanese Laurel. HEX triplet: 32, 78 and 3F. RGB value is (50,120,63). Sum of RGB (Red+Green+Blue) = 50+120+63=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #32783F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32783F is #CD87C0. Grayscale: #5C5C5C. Windows color (decimal): -13469633 or 4159538. OLE color: 4159538.

HSL color Cylindrical-coordinate representation of color #32783F: hue angle of 131.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32783F is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 120 63 -
CMYK 0.58 0 0.48 0.53
HSL 131.14º 0.41% 0.33% -
HSV(B) 131.14º 0.58% 0.47% -
XYZ 8.93 14.47 7.02 -
YUV 92.57 111.31 97.63 -
System Red Green Blue C M Y K H S L
Decimal 50 120 63 0.58 0 0.48 0.53 131.14 0.41 0.33
Hex 32 78 3F 3A 0 30 35 83 29 21
Octal 62 170 77 72 0 60 65 203 51 41
Binary 110010 1111000 111111 111010 0 110000 110101 10000011 101001 100001

Color Harmonies of #32783F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32783F

Black with #32783F

Text Example


Text Example

White with #32783F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32783F; }

 p { color: rgb(50,120,63); }

 H1.HeaderClassName
 {
   color: #32783F;
 }
 .AnyTagClassName
 {
   color: #32783F;
 }
</style>

background-color css

<style>
 a { background-color: #32783F; }

 a { background-color: rgb(50,120,63); }

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

border-color css

<style>
 span { border-color: #32783F; }

 span { border-color: rgb(50,120,63); }

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