Html Css Color HEX #32783A Japanese Laurel

📋 copy color: '#32783A'

red 50 ◦ green 120 ◦ blue 58

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

Shades of Japanese Laurel #32783A

Tints of Japanese Laurel #32783A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.44%

R = 21.93%
G = 52.63%
B = 25.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#32783A (or 0x32783A) is known color: Japanese Laurel. HEX triplet: 32, 78 and 3A. RGB value is (50,120,58). Sum of RGB (Red+Green+Blue) = 50+120+58=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #32783A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32783A is #CD87C5. Grayscale: #5C5C5C. Windows color (decimal): -13469638 or 3831858. OLE color: 3831858.

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

Color convert

RGB 50 120 58 -
CMYK 0.58 0 0.52 0.53
HSL 126.86º 0.41% 0.33% -
HSV(B) 126.86º 0.58% 0.47% -
XYZ 8.8 14.42 6.32 -
YUV 92 108.81 98.04 -
System Red Green Blue C M Y K H S L
Decimal 50 120 58 0.58 0 0.52 0.53 126.86 0.41 0.33
Hex 32 78 3A 3A 0 34 35 7F 29 21
Octal 62 170 72 72 0 64 65 177 51 41
Binary 110010 1111000 111010 111010 0 110100 110101 1111111 101001 100001

Color Harmonies of #32783A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32783A

Black with #32783A

Text Example


Text Example

White with #32783A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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