Html Css Color HEX #33752F Japanese Laurel

📋 copy color: '#33752F'

red 51 ◦ green 117 ◦ blue 47

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

Shades of Japanese Laurel #33752F

Tints of Japanese Laurel #33752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.42%

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

R = 23.72%
G = 54.42%
B = 21.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#33752F (or 0x33752F) is known color: Japanese Laurel. HEX triplet: 33, 75 and 2F. RGB value is (51,117,47). Sum of RGB (Red+Green+Blue) = 51+117+47=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #33752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33752F is #CC8AD0. Grayscale: #595959. Windows color (decimal): -13404881 or 3110195. OLE color: 3110195.

HSL color Cylindrical-coordinate representation of color #33752F: hue angle of 116.57º 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 #33752F is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 47 -
CMYK 0.56 0 0.60 0.54
HSL 116.57º 0.43% 0.32% -
HSV(B) 116.57º 0.6% 0.46% -
XYZ 8.24 13.63 4.89 -
YUV 89.29 104.13 100.69 -
System Red Green Blue C M Y K H S L
Decimal 51 117 47 0.56 0 0.60 0.54 116.57 0.43 0.32
Hex 33 75 2F 38 0 3C 36 75 2B 20
Octal 63 165 57 70 0 74 66 165 53 40
Binary 110011 1110101 101111 111000 0 111100 110110 1110101 101011 100000

Color Harmonies of #33752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33752F

Black with #33752F

Text Example


Text Example

White with #33752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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