Html Css Color HEX #32893B Japanese Laurel

📋 copy color: '#32893B'

red 50 ◦ green 137 ◦ blue 59

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

Shades of Japanese Laurel #32893B

Tints of Japanese Laurel #32893B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.98%

R = 20.33%
G = 55.69%
B = 23.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#32893B (or 0x32893B) is known color: Japanese Laurel. HEX triplet: 32, 89 and 3B. RGB value is (50,137,59). Sum of RGB (Red+Green+Blue) = 50+137+59=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #32893B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32893B is #CD76C4. Grayscale: #666666. Windows color (decimal): -13465285 or 3901746. OLE color: 3901746.

HSL color Cylindrical-coordinate representation of color #32893B: hue angle of 126.21º 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 #32893B is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 137 59 -
CMYK 0.64 0 0.57 0.46
HSL 126.21º 0.47% 0.37% -
HSV(B) 126.21º 0.64% 0.54% -
XYZ 11.05 18.89 7.2 -
YUV 102.1 103.68 90.84 -
System Red Green Blue C M Y K H S L
Decimal 50 137 59 0.64 0 0.57 0.46 126.21 0.47 0.37
Hex 32 89 3B 40 0 39 2E 7E 2F 25
Octal 62 211 73 100 0 71 56 176 57 45
Binary 110010 10001001 111011 1000000 0 111001 101110 1111110 101111 100101

Color Harmonies of #32893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32893B

Black with #32893B

Text Example


Text Example

White with #32893B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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