Html Css Color HEX #32893A Japanese Laurel

📋 copy color: '#32893A'

red 50 ◦ green 137 ◦ blue 58

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

Shades of Japanese Laurel #32893A

Tints of Japanese Laurel #32893A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.92%

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

R = 20.41%
G = 55.92%
B = 23.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#32893A (or 0x32893A) is known color: Japanese Laurel. HEX triplet: 32, 89 and 3A. RGB value is (50,137,58). Sum of RGB (Red+Green+Blue) = 50+137+58=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #32893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32893A is #CD76C5. Grayscale: #666666. Windows color (decimal): -13465286 or 3836210. OLE color: 3836210.

HSL color Cylindrical-coordinate representation of color #32893A: hue angle of 125.52º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32893A is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 58 -
CMYK 0.64 0 0.58 0.46
HSL 125.52º 0.47% 0.37% -
HSV(B) 125.52º 0.64% 0.54% -
XYZ 11.02 18.87 7.07 -
YUV 101.98 103.18 90.92 -
System Red Green Blue C M Y K H S L
Decimal 50 137 58 0.64 0 0.58 0.46 125.52 0.47 0.37
Hex 32 89 3A 40 0 3A 2E 7E 2F 25
Octal 62 211 72 100 0 72 56 176 57 45
Binary 110010 10001001 111010 1000000 0 111010 101110 1111110 101111 100101

Color Harmonies of #32893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32893A

Black with #32893A

Text Example


Text Example

White with #32893A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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