Html Css Color HEX #33762C Japanese Laurel

📋 copy color: '#33762C'

red 51 ◦ green 118 ◦ blue 44

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

Shades of Japanese Laurel #33762C

Tints of Japanese Laurel #33762C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.66%

R = 23.94%
G = 55.4%
B = 20.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#33762C (or 0x33762C) is known color: Japanese Laurel. HEX triplet: 33, 76 and 2C. RGB value is (51,118,44). Sum of RGB (Red+Green+Blue) = 51+118+44=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #33762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33762C is #CC89D3. Grayscale: #595959. Windows color (decimal): -13404628 or 2913843. OLE color: 2913843.

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

Color convert

RGB 51 118 44 -
CMYK 0.57 0 0.63 0.54
HSL 114.32º 0.46% 0.32% -
HSV(B) 114.32º 0.63% 0.46% -
XYZ 8.3 13.84 4.62 -
YUV 89.53 102.3 100.52 -
System Red Green Blue C M Y K H S L
Decimal 51 118 44 0.57 0 0.63 0.54 114.32 0.46 0.32
Hex 33 76 2C 39 0 3F 36 72 2E 20
Octal 63 166 54 71 0 77 66 162 56 40
Binary 110011 1110110 101100 111001 0 111111 110110 1110010 101110 100000

Color Harmonies of #33762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33762C

Black with #33762C

Text Example


Text Example

White with #33762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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