Html Css Color HEX #40733E Japanese Laurel

📋 copy color: '#40733E'

red 64 ◦ green 115 ◦ blue 62

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

Shades of Japanese Laurel #40733E

Tints of Japanese Laurel #40733E

RGB

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

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

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

R = 26.56%
G = 47.72%
B = 25.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.46

 K value IS 0.55

RGB Variations

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

Color information

#40733E (or 0x40733E) is known color: Japanese Laurel. HEX triplet: 40, 73 and 3E. RGB value is (64,115,62). Sum of RGB (Red+Green+Blue) = 64+115+62=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #40733E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40733E is #BF8CC1. Grayscale: #5D5D5D. Windows color (decimal): -12553410 or 4092736. OLE color: 4092736.

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

Color convert

RGB 64 115 62 -
CMYK 0.44 0 0.46 0.55
HSL 117.74º 0.3% 0.35% -
HSV(B) 117.74º 0.46% 0.45% -
XYZ 9.11 13.7 6.72 -
YUV 93.71 110.1 106.81 -
System Red Green Blue C M Y K H S L
Decimal 64 115 62 0.44 0 0.46 0.55 117.74 0.3 0.35
Hex 40 73 3E 2C 0 2E 37 76 1E 23
Octal 100 163 76 54 0 56 67 166 36 43
Binary 1000000 1110011 111110 101100 0 101110 110111 1110110 11110 100011

Color Harmonies of #40733E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40733E

Black with #40733E

Text Example


Text Example

White with #40733E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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