Html Css Color HEX #33762F Japanese Laurel

📋 copy color: '#33762F'

red 51 ◦ green 118 ◦ blue 47

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

Shades of Japanese Laurel #33762F

Tints of Japanese Laurel #33762F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 23.61%
G = 54.63%
B = 21.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#33762F (or 0x33762F) is known color: Japanese Laurel. HEX triplet: 33, 76 and 2F. RGB value is (51,118,47). Sum of RGB (Red+Green+Blue) = 51+118+47=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #33762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33762F is #CC89D0. Grayscale: #5A5A5A. Windows color (decimal): -13404625 or 3110451. OLE color: 3110451.

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

Color convert

RGB 51 118 47 -
CMYK 0.57 0 0.60 0.54
HSL 116.62º 0.43% 0.32% -
HSV(B) 116.62º 0.6% 0.46% -
XYZ 8.36 13.87 4.93 -
YUV 89.87 103.8 100.27 -
System Red Green Blue C M Y K H S L
Decimal 51 118 47 0.57 0 0.60 0.54 116.62 0.43 0.32
Hex 33 76 2F 39 0 3C 36 75 2B 20
Octal 63 166 57 71 0 74 66 165 53 40
Binary 110011 1110110 101111 111001 0 111100 110110 1110101 101011 100000

Color Harmonies of #33762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33762F

Black with #33762F

Text Example


Text Example

White with #33762F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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