Html Css Color HEX #3B7740 Japanese Laurel

📋 copy color: '#3B7740'

red 59 ◦ green 119 ◦ blue 64

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

Shades of Japanese Laurel #3B7740

Tints of Japanese Laurel #3B7740

RGB

 RED value IS 59 (23.44% from 255) = 24.38%

 GREEN value IS 119 (46.88% from 255) = 49.17%

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

R = 24.38%
G = 49.17%
B = 26.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#3B7740 (or 0x3B7740) is known color: Japanese Laurel. HEX triplet: 3B, 77 and 40. RGB value is (59,119,64). Sum of RGB (Red+Green+Blue) = 59+119+64=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #3B7740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7740 is #C488BF. Grayscale: #5E5E5E. Windows color (decimal): -12880064 or 4224827. OLE color: 4224827.

HSL color Cylindrical-coordinate representation of color #3B7740: hue angle of 125º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B7740 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 119 64 -
CMYK 0.50 0 0.46 0.53
HSL 125º 0.34% 0.35% -
HSV(B) 125º 0.5% 0.47% -
XYZ 9.33 14.49 7.16 -
YUV 94.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 59 119 64 0.50 0 0.46 0.53 125 0.34 0.35
Hex 3B 77 40 32 0 2E 35 7D 22 23
Octal 73 167 100 62 0 56 65 175 42 43
Binary 111011 1110111 1000000 110010 0 101110 110101 1111101 100010 100011

Color Harmonies of #3B7740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7740

Black with #3B7740

Text Example


Text Example

White with #3B7740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B7740; }

 p { color: rgb(59,119,64); }

 H1.HeaderClassName
 {
   color: #3B7740;
 }
 .AnyTagClassName
 {
   color: #3B7740;
 }
</style>

background-color css

<style>
 a { background-color: #3B7740; }

 a { background-color: rgb(59,119,64); }

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

border-color css

<style>
 span { border-color: #3B7740; }

 span { border-color: rgb(59,119,64); }

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