Html Css Color HEX #40733D Japanese Laurel

📋 copy color: '#40733D'

red 64 ◦ green 115 ◦ blue 61

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

Shades of Japanese Laurel #40733D

Tints of Japanese Laurel #40733D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.42%

R = 26.67%
G = 47.92%
B = 25.42%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#40733D (or 0x40733D) is known color: Japanese Laurel. HEX triplet: 40, 73 and 3D. RGB value is (64,115,61). Sum of RGB (Red+Green+Blue) = 64+115+61=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #40733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40733D is #BF8CC2. Grayscale: #5D5D5D. Windows color (decimal): -12553411 or 4027200. OLE color: 4027200.

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

Color convert

RGB 64 115 61 -
CMYK 0.44 0 0.47 0.55
HSL 116.67º 0.31% 0.35% -
HSV(B) 116.67º 0.47% 0.45% -
XYZ 9.09 13.69 6.58 -
YUV 93.6 109.6 106.89 -
System Red Green Blue C M Y K H S L
Decimal 64 115 61 0.44 0 0.47 0.55 116.67 0.31 0.35
Hex 40 73 3D 2C 0 2F 37 75 1F 23
Octal 100 163 75 54 0 57 67 165 37 43
Binary 1000000 1110011 111101 101100 0 101111 110111 1110101 11111 100011

Color Harmonies of #40733D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40733D

Black with #40733D

Text Example


Text Example

White with #40733D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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