Html Css Color HEX #3C6B67 Genoa

📋 copy color: '#3C6B67'

red 60 ◦ green 107 ◦ blue 103

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

Shades of Genoa #3C6B67

Tints of Genoa #3C6B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.15%

R = 22.22%
G = 39.63%
B = 38.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#3C6B67 (or 0x3C6B67) is known color: Genoa. HEX triplet: 3C, 6B and 67. RGB value is (60,107,103). Sum of RGB (Red+Green+Blue) = 60+107+103=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B67 is #C39498. Grayscale: #5C5C5C. Windows color (decimal): -12817561 or 6777660. OLE color: 6777660.

HSL color Cylindrical-coordinate representation of color #3C6B67: hue angle of 174.89º 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 #3C6B67 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 107 103 -
CMYK 0.44 0 0.04 0.58
HSL 174.89º 0.28% 0.33% -
HSV(B) 174.89º 0.44% 0.42% -
XYZ 9.57 12.46 14.73 -
YUV 92.49 133.93 104.83 -
System Red Green Blue C M Y K H S L
Decimal 60 107 103 0.44 0 0.04 0.58 174.89 0.28 0.33
Hex 3C 6B 67 2C 0 4 3A AF 1C 21
Octal 74 153 147 54 0 4 72 257 34 41
Binary 111100 1101011 1100111 101100 0 100 111010 10101111 11100 100001

Color Harmonies of #3C6B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6B67

Black with #3C6B67

Text Example


Text Example

White with #3C6B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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