Html Css Color HEX #3B7441 Japanese Laurel

📋 copy color: '#3B7441'

red 59 ◦ green 116 ◦ blue 65

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

Shades of Japanese Laurel #3B7441

Tints of Japanese Laurel #3B7441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.33%

 BLUE value IS 65 (25.78% from 255) = 27.08%

R = 24.58%
G = 48.33%
B = 27.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#3B7441 (or 0x3B7441) is known color: Japanese Laurel. HEX triplet: 3B, 74 and 41. RGB value is (59,116,65). Sum of RGB (Red+Green+Blue) = 59+116+65=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 116 (45.70% from 255 or 48.33% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 116 - color contains mainly: green. Hex color #3B7441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7441 is #C48BBE. Grayscale: #5D5D5D. Windows color (decimal): -12880831 or 4289595. OLE color: 4289595.

HSL color Cylindrical-coordinate representation of color #3B7441: hue angle of 126.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B7441 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 116 65 -
CMYK 0.49 0 0.44 0.55
HSL 126.32º 0.33% 0.34% -
HSV(B) 126.32º 0.49% 0.45% -
XYZ 9 13.8 7.19 -
YUV 93.14 112.12 103.65 -
System Red Green Blue C M Y K H S L
Decimal 59 116 65 0.49 0 0.44 0.55 126.32 0.33 0.34
Hex 3B 74 41 31 0 2C 37 7E 21 22
Octal 73 164 101 61 0 54 67 176 41 42
Binary 111011 1110100 1000001 110001 0 101100 110111 1111110 100001 100010

Color Harmonies of #3B7441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7441

Black with #3B7441

Text Example


Text Example

White with #3B7441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,116,65); }

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

background-color css

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

 a { background-color: rgb(59,116,65); }

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

border-color css

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

 span { border-color: rgb(59,116,65); }

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