Html Css Color HEX #32763B Japanese Laurel

📋 copy color: '#32763B'

red 50 ◦ green 118 ◦ blue 59

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

Shades of Japanese Laurel #32763B

Tints of Japanese Laurel #32763B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.98%

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

R = 22.03%
G = 51.98%
B = 25.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#32763B (or 0x32763B) is known color: Japanese Laurel. HEX triplet: 32, 76 and 3B. RGB value is (50,118,59). Sum of RGB (Red+Green+Blue) = 50+118+59=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #32763B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32763B is #CD89C4. Grayscale: #5B5B5B. Windows color (decimal): -13470149 or 3896882. OLE color: 3896882.

HSL color Cylindrical-coordinate representation of color #32763B: hue angle of 127.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #32763B is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 118 59 -
CMYK 0.58 0 0.50 0.54
HSL 127.94º 0.4% 0.33% -
HSV(B) 127.94º 0.58% 0.46% -
XYZ 8.58 13.95 6.38 -
YUV 90.94 109.97 98.8 -
System Red Green Blue C M Y K H S L
Decimal 50 118 59 0.58 0 0.50 0.54 127.94 0.4 0.33
Hex 32 76 3B 3A 0 32 36 80 28 21
Octal 62 166 73 72 0 62 66 200 50 41
Binary 110010 1110110 111011 111010 0 110010 110110 10000000 101000 100001

Color Harmonies of #32763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32763B

Black with #32763B

Text Example


Text Example

White with #32763B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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