Html Css Color HEX #3C7A6E Genoa

📋 copy color: '#3C7A6E'

red 60 ◦ green 122 ◦ blue 110

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

Shades of Genoa #3C7A6E

Tints of Genoa #3C7A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.78%

 BLUE value IS 110 (43.36% from 255) = 37.67%

R = 20.55%
G = 41.78%
B = 37.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#3C7A6E (or 0x3C7A6E) is known color: Genoa. HEX triplet: 3C, 7A and 6E. RGB value is (60,122,110). Sum of RGB (Red+Green+Blue) = 60+122+110=292 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.55% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #3C7A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7A6E is #C38591. Grayscale: #666666. Windows color (decimal): -12813714 or 7240252. OLE color: 7240252.

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

Color convert

RGB 60 122 110 -
CMYK 0.51 0 0.10 0.52
HSL 168.39º 0.34% 0.36% -
HSV(B) 168.39º 0.51% 0.48% -
XYZ 11.64 16.01 17.23 -
YUV 102.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 60 122 110 0.51 0 0.10 0.52 168.39 0.34 0.36
Hex 3C 7A 6E 33 0 A 34 A8 22 24
Octal 74 172 156 63 0 12 64 250 42 44
Binary 111100 1111010 1101110 110011 0 1010 110100 10101000 100010 100100

Color Harmonies of #3C7A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7A6E

Black with #3C7A6E

Text Example


Text Example

White with #3C7A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,122,110); }

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

background-color css

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

 a { background-color: rgb(60,122,110); }

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

border-color css

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

 span { border-color: rgb(60,122,110); }

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