Html Css Color HEX #32793A Japanese Laurel

📋 copy color: '#32793A'

red 50 ◦ green 121 ◦ blue 58

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

Shades of Japanese Laurel #32793A

Tints of Japanese Laurel #32793A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.84%

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

R = 21.83%
G = 52.84%
B = 25.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#32793A (or 0x32793A) is known color: Japanese Laurel. HEX triplet: 32, 79 and 3A. RGB value is (50,121,58). Sum of RGB (Red+Green+Blue) = 50+121+58=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #32793A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32793A is #CD86C5. Grayscale: #5C5C5C. Windows color (decimal): -13469382 or 3832114. OLE color: 3832114.

HSL color Cylindrical-coordinate representation of color #32793A: hue angle of 126.76º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32793A is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 58 -
CMYK 0.59 0 0.52 0.53
HSL 126.76º 0.42% 0.34% -
HSV(B) 126.76º 0.59% 0.47% -
XYZ 8.92 14.66 6.36 -
YUV 92.59 108.48 97.62 -
System Red Green Blue C M Y K H S L
Decimal 50 121 58 0.59 0 0.52 0.53 126.76 0.42 0.34
Hex 32 79 3A 3B 0 34 35 7F 2A 22
Octal 62 171 72 73 0 64 65 177 52 42
Binary 110010 1111001 111010 111011 0 110100 110101 1111111 101010 100010

Color Harmonies of #32793A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32793A

Black with #32793A

Text Example


Text Example

White with #32793A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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