Html Css Color HEX #33762E Japanese Laurel

📋 copy color: '#33762E'

red 51 ◦ green 118 ◦ blue 46

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

Shades of Japanese Laurel #33762E

Tints of Japanese Laurel #33762E

RGB

 RED value IS 51 (20.31% from 255) = 23.72%

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

 BLUE value IS 46 (18.36% from 255) = 21.4%

R = 23.72%
G = 54.88%
B = 21.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#33762E (or 0x33762E) is known color: Japanese Laurel. HEX triplet: 33, 76 and 2E. RGB value is (51,118,46). Sum of RGB (Red+Green+Blue) = 51+118+46=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #33762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33762E is #CC89D1. Grayscale: #595959. Windows color (decimal): -13404626 or 3044915. OLE color: 3044915.

HSL color Cylindrical-coordinate representation of color #33762E: hue angle of 115.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33762E is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 118 46 -
CMYK 0.57 0 0.61 0.54
HSL 115.83º 0.44% 0.32% -
HSV(B) 115.83º 0.61% 0.46% -
XYZ 8.34 13.86 4.82 -
YUV 89.76 103.3 100.35 -
System Red Green Blue C M Y K H S L
Decimal 51 118 46 0.57 0 0.61 0.54 115.83 0.44 0.32
Hex 33 76 2E 39 0 3D 36 74 2C 20
Octal 63 166 56 71 0 75 66 164 54 40
Binary 110011 1110110 101110 111001 0 111101 110110 1110100 101100 100000

Color Harmonies of #33762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33762E

Black with #33762E

Text Example


Text Example

White with #33762E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33762E; }

 p { color: rgb(51,118,46); }

 H1.HeaderClassName
 {
   color: #33762E;
 }
 .AnyTagClassName
 {
   color: #33762E;
 }
</style>

background-color css

<style>
 a { background-color: #33762E; }

 a { background-color: rgb(51,118,46); }

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

border-color css

<style>
 span { border-color: #33762E; }

 span { border-color: rgb(51,118,46); }

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