Html Css Color HEX #40753E Japanese Laurel

📋 copy color: '#40753E'

red 64 ◦ green 117 ◦ blue 62

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

Shades of Japanese Laurel #40753E

Tints of Japanese Laurel #40753E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 26.34%
G = 48.15%
B = 25.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#40753E (or 0x40753E) is known color: Japanese Laurel. HEX triplet: 40, 75 and 3E. RGB value is (64,117,62). Sum of RGB (Red+Green+Blue) = 64+117+62=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 117 - color contains mainly: green. Hex color #40753E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40753E is #BF8AC1. Grayscale: #5F5F5F. Windows color (decimal): -12552898 or 4093248. OLE color: 4093248.

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

Color convert

RGB 64 117 62 -
CMYK 0.45 0 0.47 0.54
HSL 117.82º 0.31% 0.35% -
HSV(B) 117.82º 0.47% 0.46% -
XYZ 9.35 14.16 6.8 -
YUV 94.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 64 117 62 0.45 0 0.47 0.54 117.82 0.31 0.35
Hex 40 75 3E 2D 0 2F 36 76 1F 23
Octal 100 165 76 55 0 57 66 166 37 43
Binary 1000000 1110101 111110 101101 0 101111 110110 1110110 11111 100011

Color Harmonies of #40753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40753E

Black with #40753E

Text Example


Text Example

White with #40753E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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