Html Css Color HEX #40753F Japanese Laurel

📋 copy color: '#40753F'

red 64 ◦ green 117 ◦ blue 63

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

Shades of Japanese Laurel #40753F

Tints of Japanese Laurel #40753F

RGB

 RED value IS 64 (25.39% from 255) = 26.23%

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

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

R = 26.23%
G = 47.95%
B = 25.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#40753F (or 0x40753F) is known color: Japanese Laurel. HEX triplet: 40, 75 and 3F. RGB value is (64,117,63). Sum of RGB (Red+Green+Blue) = 64+117+63=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #40753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40753F is #BF8AC0. Grayscale: #5F5F5F. Windows color (decimal): -12552897 or 4158784. OLE color: 4158784.

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

Color convert

RGB 64 117 63 -
CMYK 0.45 0 0.46 0.54
HSL 118.89º 0.3% 0.35% -
HSV(B) 118.89º 0.46% 0.46% -
XYZ 9.37 14.17 6.94 -
YUV 95 109.94 105.89 -
System Red Green Blue C M Y K H S L
Decimal 64 117 63 0.45 0 0.46 0.54 118.89 0.3 0.35
Hex 40 75 3F 2D 0 2E 36 77 1E 23
Octal 100 165 77 55 0 56 66 167 36 43
Binary 1000000 1110101 111111 101101 0 101110 110110 1110111 11110 100011

Color Harmonies of #40753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40753F

Black with #40753F

Text Example


Text Example

White with #40753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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