Html Css Color HEX #3B7C41 Japanese Laurel

📋 copy color: '#3B7C41'

red 59 ◦ green 124 ◦ blue 65

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

Shades of Japanese Laurel #3B7C41

Tints of Japanese Laurel #3B7C41

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50%

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

R = 23.79%
G = 50%
B = 26.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#3B7C41 (or 0x3B7C41) is known color: Japanese Laurel. HEX triplet: 3B, 7C and 41. RGB value is (59,124,65). Sum of RGB (Red+Green+Blue) = 59+124+65=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #3B7C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B7C41 is #C483BE. Grayscale: #626262. Windows color (decimal): -12878783 or 4291643. OLE color: 4291643.

HSL color Cylindrical-coordinate representation of color #3B7C41: hue angle of 125.54º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B7C41 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 124 65 -
CMYK 0.52 0 0.48 0.51
HSL 125.54º 0.36% 0.36% -
HSV(B) 125.54º 0.52% 0.49% -
XYZ 9.97 15.73 7.51 -
YUV 97.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 59 124 65 0.52 0 0.48 0.51 125.54 0.36 0.36
Hex 3B 7C 41 34 0 30 33 7E 24 24
Octal 73 174 101 64 0 60 63 176 44 44
Binary 111011 1111100 1000001 110100 0 110000 110011 1111110 100100 100100

Color Harmonies of #3B7C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7C41

Black with #3B7C41

Text Example


Text Example

White with #3B7C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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