Html Css Color HEX #3C756A Genoa

📋 copy color: '#3C756A'

red 60 ◦ green 117 ◦ blue 106

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

Shades of Genoa #3C756A

Tints of Genoa #3C756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.34%

 BLUE value IS 106 (41.8% from 255) = 37.46%

R = 21.2%
G = 41.34%
B = 37.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#3C756A (or 0x3C756A) is known color: Genoa. HEX triplet: 3C, 75 and 6A. RGB value is (60,117,106). Sum of RGB (Red+Green+Blue) = 60+117+106=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #3C756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C756A is #C38A95. Grayscale: #626262. Windows color (decimal): -12814998 or 6976828. OLE color: 6976828.

HSL color Cylindrical-coordinate representation of color #3C756A: hue angle of 168.42º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C756A is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 117 106 -
CMYK 0.49 0 0.09 0.54
HSL 168.42º 0.32% 0.35% -
HSV(B) 168.42º 0.49% 0.46% -
XYZ 10.83 14.72 15.91 -
YUV 98.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 60 117 106 0.49 0 0.09 0.54 168.42 0.32 0.35
Hex 3C 75 6A 31 0 9 36 A8 20 23
Octal 74 165 152 61 0 11 66 250 40 43
Binary 111100 1110101 1101010 110001 0 1001 110110 10101000 100000 100011

Color Harmonies of #3C756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C756A

Black with #3C756A

Text Example


Text Example

White with #3C756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,117,106); }

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

background-color css

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

 a { background-color: rgb(60,117,106); }

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

border-color css

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

 span { border-color: rgb(60,117,106); }

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