Html Css Color HEX #3A6C64 Genoa

📋 copy color: '#3A6C64'

red 58 ◦ green 108 ◦ blue 100

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

Shades of Genoa #3A6C64

Tints of Genoa #3A6C64

RGB

 RED value IS 58 (23.05% from 255) = 21.8%

 GREEN value IS 108 (42.58% from 255) = 40.6%

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 21.8%
G = 40.6%
B = 37.59%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#3A6C64 (or 0x3A6C64) is known color: Genoa. HEX triplet: 3A, 6C and 64. RGB value is (58,108,100). Sum of RGB (Red+Green+Blue) = 58+108+100=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6C64 is #C5939B. Grayscale: #5C5C5C. Windows color (decimal): -12948380 or 6581306. OLE color: 6581306.

HSL color Cylindrical-coordinate representation of color #3A6C64: hue angle of 170.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A6C64 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 108 100 -
CMYK 0.46 0 0.07 0.58
HSL 170.4º 0.3% 0.33% -
HSV(B) 170.4º 0.46% 0.42% -
XYZ 9.41 12.54 13.98 -
YUV 92.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 58 108 100 0.46 0 0.07 0.58 170.4 0.3 0.33
Hex 3A 6C 64 2E 0 7 3A AA 1E 21
Octal 72 154 144 56 0 7 72 252 36 41
Binary 111010 1101100 1100100 101110 0 111 111010 10101010 11110 100001

Color Harmonies of #3A6C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6C64

Black with #3A6C64

Text Example


Text Example

White with #3A6C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,108,100); }

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

background-color css

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

 a { background-color: rgb(58,108,100); }

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

border-color css

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

 span { border-color: rgb(58,108,100); }

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