Html Css Color HEX #3C8075 Genoa

📋 copy color: '#3C8075'

red 60 ◦ green 128 ◦ blue 117

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

Shades of Genoa #3C8075

Tints of Genoa #3C8075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.97%

 BLUE value IS 117 (46.09% from 255) = 38.36%

R = 19.67%
G = 41.97%
B = 38.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#3C8075 (or 0x3C8075) is known color: Genoa. HEX triplet: 3C, 80 and 75. RGB value is (60,128,117). Sum of RGB (Red+Green+Blue) = 60+128+117=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #3C8075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8075 is #C37F8A. Grayscale: #6A6A6A. Windows color (decimal): -12812171 or 7700540. OLE color: 7700540.

HSL color Cylindrical-coordinate representation of color #3C8075: hue angle of 170.29º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C8075 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 128 117 -
CMYK 0.53 0 0.09 0.50
HSL 170.29º 0.36% 0.37% -
HSV(B) 170.29º 0.53% 0.5% -
XYZ 12.79 17.68 19.57 -
YUV 106.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 60 128 117 0.53 0 0.09 0.50 170.29 0.36 0.37
Hex 3C 80 75 35 0 9 32 AA 24 25
Octal 74 200 165 65 0 11 62 252 44 45
Binary 111100 10000000 1110101 110101 0 1001 110010 10101010 100100 100101

Color Harmonies of #3C8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8075

Black with #3C8075

Text Example


Text Example

White with #3C8075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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