Html Css Color HEX #32783E Japanese Laurel

📋 copy color: '#32783E'

red 50 ◦ green 120 ◦ blue 62

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

Shades of Japanese Laurel #32783E

Tints of Japanese Laurel #32783E

RGB

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

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

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

R = 21.55%
G = 51.72%
B = 26.72%

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

#32783E (or 0x32783E) is known color: Japanese Laurel. HEX triplet: 32, 78 and 3E. RGB value is (50,120,62). Sum of RGB (Red+Green+Blue) = 50+120+62=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #32783E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32783E is #CD87C1. Grayscale: #5C5C5C. Windows color (decimal): -13469634 or 4094002. OLE color: 4094002.

HSL color Cylindrical-coordinate representation of color #32783E: hue angle of 130.29º 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 #32783E is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 120 62 -
CMYK 0.58 0 0.48 0.53
HSL 130.29º 0.41% 0.33% -
HSV(B) 130.29º 0.58% 0.47% -
XYZ 8.9 14.46 6.88 -
YUV 92.46 110.81 97.72 -
System Red Green Blue C M Y K H S L
Decimal 50 120 62 0.58 0 0.48 0.53 130.29 0.41 0.33
Hex 32 78 3E 3A 0 30 35 82 29 21
Octal 62 170 76 72 0 60 65 202 51 41
Binary 110010 1111000 111110 111010 0 110000 110101 10000010 101001 100001

Color Harmonies of #32783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32783E

Black with #32783E

Text Example


Text Example

White with #32783E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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