Html Css Color HEX #3B7640 Japanese Laurel

📋 copy color: '#3B7640'

red 59 ◦ green 118 ◦ blue 64

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

Shades of Japanese Laurel #3B7640

Tints of Japanese Laurel #3B7640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.96%

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

R = 24.48%
G = 48.96%
B = 26.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#3B7640 (or 0x3B7640) is known color: Japanese Laurel. HEX triplet: 3B, 76 and 40. RGB value is (59,118,64). Sum of RGB (Red+Green+Blue) = 59+118+64=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #3B7640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7640 is #C489BF. Grayscale: #5E5E5E. Windows color (decimal): -12880320 or 4224571. OLE color: 4224571.

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

Color convert

RGB 59 118 64 -
CMYK 0.50 0 0.46 0.54
HSL 125.08º 0.33% 0.35% -
HSV(B) 125.08º 0.5% 0.46% -
XYZ 9.21 14.26 7.12 -
YUV 94.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 59 118 64 0.50 0 0.46 0.54 125.08 0.33 0.35
Hex 3B 76 40 32 0 2E 36 7D 21 23
Octal 73 166 100 62 0 56 66 175 41 43
Binary 111011 1110110 1000000 110010 0 101110 110110 1111101 100001 100011

Color Harmonies of #3B7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7640

Black with #3B7640

Text Example


Text Example

White with #3B7640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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