Html Css Color HEX #32762B Japanese Laurel

📋 copy color: '#32762B'

red 50 ◦ green 118 ◦ blue 43

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

Shades of Japanese Laurel #32762B

Tints of Japanese Laurel #32762B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.38%

R = 23.7%
G = 55.92%
B = 20.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#32762B (or 0x32762B) is known color: Japanese Laurel. HEX triplet: 32, 76 and 2B. RGB value is (50,118,43). Sum of RGB (Red+Green+Blue) = 50+118+43=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #32762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32762B is #CD89D4. Grayscale: #595959. Windows color (decimal): -13470165 or 2848306. OLE color: 2848306.

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

Color convert

RGB 50 118 43 -
CMYK 0.58 0 0.64 0.54
HSL 114.4º 0.47% 0.32% -
HSV(B) 114.4º 0.64% 0.46% -
XYZ 8.23 13.81 4.52 -
YUV 89.12 101.97 100.1 -
System Red Green Blue C M Y K H S L
Decimal 50 118 43 0.58 0 0.64 0.54 114.4 0.47 0.32
Hex 32 76 2B 3A 0 40 36 72 2F 20
Octal 62 166 53 72 0 100 66 162 57 40
Binary 110010 1110110 101011 111010 0 1000000 110110 1110010 101111 100000

Color Harmonies of #32762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32762B

Black with #32762B

Text Example


Text Example

White with #32762B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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