Html Css Color HEX #3C6B5F Stromboli

📋 copy color: '#3C6B5F'

red 60 ◦ green 107 ◦ blue 95

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

Shades of Stromboli #3C6B5F

Tints of Stromboli #3C6B5F

RGB

 RED value IS 60 (23.83% from 255) = 22.9%

 GREEN value IS 107 (42.19% from 255) = 40.84%

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 22.9%
G = 40.84%
B = 36.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#3C6B5F (or 0x3C6B5F) is known color: Stromboli. HEX triplet: 3C, 6B and 5F. RGB value is (60,107,95). Sum of RGB (Red+Green+Blue) = 60+107+95=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B5F is #C394A0. Grayscale: #5B5B5B. Windows color (decimal): -12817569 or 6253372. OLE color: 6253372.

HSL color Cylindrical-coordinate representation of color #3C6B5F: hue angle of 164.68º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C6B5F is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 107 95 -
CMYK 0.44 0 0.11 0.58
HSL 164.68º 0.28% 0.33% -
HSV(B) 164.68º 0.44% 0.42% -
XYZ 9.19 12.3 12.72 -
YUV 91.58 129.93 105.48 -
System Red Green Blue C M Y K H S L
Decimal 60 107 95 0.44 0 0.11 0.58 164.68 0.28 0.33
Hex 3C 6B 5F 2C 0 B 3A A5 1C 21
Octal 74 153 137 54 0 13 72 245 34 41
Binary 111100 1101011 1011111 101100 0 1011 111010 10100101 11100 100001

Color Harmonies of #3C6B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6B5F

Black with #3C6B5F

Text Example


Text Example

White with #3C6B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,107,95); }

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

background-color css

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

 a { background-color: rgb(60,107,95); }

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

border-color css

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

 span { border-color: rgb(60,107,95); }

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