Html Css Color HEX #3C756B Genoa

📋 copy color: '#3C756B'

red 60 ◦ green 117 ◦ blue 107

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

Shades of Genoa #3C756B

Tints of Genoa #3C756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.68%

R = 21.13%
G = 41.2%
B = 37.68%

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

#3C756B (or 0x3C756B) is known color: Genoa. HEX triplet: 3C, 75 and 6B. RGB value is (60,117,107). Sum of RGB (Red+Green+Blue) = 60+117+107=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #3C756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C756B is #C38A94. Grayscale: #626262. Windows color (decimal): -12814997 or 7042364. OLE color: 7042364.

HSL color Cylindrical-coordinate representation of color #3C756B: hue angle of 169.47º 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 #3C756B is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 117 107 -
CMYK 0.49 0 0.09 0.54
HSL 169.47º 0.32% 0.35% -
HSV(B) 169.47º 0.49% 0.46% -
XYZ 10.88 14.74 16.18 -
YUV 98.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 60 117 107 0.49 0 0.09 0.54 169.47 0.32 0.35
Hex 3C 75 6B 31 0 9 36 A9 20 23
Octal 74 165 153 61 0 11 66 251 40 43
Binary 111100 1110101 1101011 110001 0 1001 110110 10101001 100000 100011

Color Harmonies of #3C756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C756B

Black with #3C756B

Text Example


Text Example

White with #3C756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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