Html Css Color HEX #3A7366 Genoa

📋 copy color: '#3A7366'

red 58 ◦ green 115 ◦ blue 102

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

Shades of Genoa #3A7366

Tints of Genoa #3A7366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.82%

 BLUE value IS 102 (40.23% from 255) = 37.09%

R = 21.09%
G = 41.82%
B = 37.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#3A7366 (or 0x3A7366) is known color: Genoa. HEX triplet: 3A, 73 and 66. RGB value is (58,115,102). Sum of RGB (Red+Green+Blue) = 58+115+102=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #3A7366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7366 is #C58C99. Grayscale: #606060. Windows color (decimal): -12946586 or 6714170. OLE color: 6714170.

HSL color Cylindrical-coordinate representation of color #3A7366: hue angle of 166.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7366 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 115 102 -
CMYK 0.50 0 0.11 0.55
HSL 166.32º 0.33% 0.34% -
HSV(B) 166.32º 0.5% 0.45% -
XYZ 10.27 14.12 14.75 -
YUV 96.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 58 115 102 0.50 0 0.11 0.55 166.32 0.33 0.34
Hex 3A 73 66 32 0 B 37 A6 21 22
Octal 72 163 146 62 0 13 67 246 41 42
Binary 111010 1110011 1100110 110010 0 1011 110111 10100110 100001 100010

Color Harmonies of #3A7366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7366

Black with #3A7366

Text Example


Text Example

White with #3A7366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,115,102); }

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

background-color css

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

 a { background-color: rgb(58,115,102); }

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

border-color css

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

 span { border-color: rgb(58,115,102); }

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