Html Css Color HEX #40733F Japanese Laurel

📋 copy color: '#40733F'

red 64 ◦ green 115 ◦ blue 63

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

Shades of Japanese Laurel #40733F

Tints of Japanese Laurel #40733F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.52%

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

R = 26.45%
G = 47.52%
B = 26.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#40733F (or 0x40733F) is known color: Japanese Laurel. HEX triplet: 40, 73 and 3F. RGB value is (64,115,63). Sum of RGB (Red+Green+Blue) = 64+115+63=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #40733F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40733F is #BF8CC0. Grayscale: #5D5D5D. Windows color (decimal): -12553409 or 4158272. OLE color: 4158272.

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

Color convert

RGB 64 115 63 -
CMYK 0.44 0 0.45 0.55
HSL 118.85º 0.29% 0.35% -
HSV(B) 118.85º 0.45% 0.45% -
XYZ 9.14 13.71 6.87 -
YUV 93.82 110.6 106.73 -
System Red Green Blue C M Y K H S L
Decimal 64 115 63 0.44 0 0.45 0.55 118.85 0.29 0.35
Hex 40 73 3F 2C 0 2D 37 77 1D 23
Octal 100 163 77 54 0 55 67 167 35 43
Binary 1000000 1110011 111111 101100 0 101101 110111 1110111 11101 100011

Color Harmonies of #40733F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40733F

Black with #40733F

Text Example


Text Example

White with #40733F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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