Html Css Color HEX #33753F Japanese Laurel

📋 copy color: '#33753F'

red 51 ◦ green 117 ◦ blue 63

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

Shades of Japanese Laurel #33753F

Tints of Japanese Laurel #33753F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.27%

R = 22.08%
G = 50.65%
B = 27.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#33753F (or 0x33753F) is known color: Japanese Laurel. HEX triplet: 33, 75 and 3F. RGB value is (51,117,63). Sum of RGB (Red+Green+Blue) = 51+117+63=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #33753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33753F is #CC8AC0. Grayscale: #5B5B5B. Windows color (decimal): -13404865 or 4158771. OLE color: 4158771.

HSL color Cylindrical-coordinate representation of color #33753F: hue angle of 130.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33753F is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 63 -
CMYK 0.56 0 0.46 0.54
HSL 130.91º 0.39% 0.33% -
HSV(B) 130.91º 0.56% 0.46% -
XYZ 8.62 13.79 6.91 -
YUV 91.11 112.13 99.39 -
System Red Green Blue C M Y K H S L
Decimal 51 117 63 0.56 0 0.46 0.54 130.91 0.39 0.33
Hex 33 75 3F 38 0 2E 36 83 27 21
Octal 63 165 77 70 0 56 66 203 47 41
Binary 110011 1110101 111111 111000 0 101110 110110 10000011 100111 100001

Color Harmonies of #33753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33753F

Black with #33753F

Text Example


Text Example

White with #33753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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