Html Css Color HEX #3A7768 Genoa

📋 copy color: '#3A7768'

red 58 ◦ green 119 ◦ blue 104

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

Shades of Genoa #3A7768

Tints of Genoa #3A7768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.35%

 BLUE value IS 104 (41.02% from 255) = 37.01%

R = 20.64%
G = 42.35%
B = 37.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#3A7768 (or 0x3A7768) is known color: Genoa. HEX triplet: 3A, 77 and 68. RGB value is (58,119,104). Sum of RGB (Red+Green+Blue) = 58+119+104=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #3A7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7768 is #C58897. Grayscale: #636363. Windows color (decimal): -12945560 or 6846266. OLE color: 6846266.

HSL color Cylindrical-coordinate representation of color #3A7768: hue angle of 165.25º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A7768 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 119 104 -
CMYK 0.51 0 0.13 0.53
HSL 165.25º 0.34% 0.35% -
HSV(B) 165.25º 0.51% 0.47% -
XYZ 10.84 15.09 15.44 -
YUV 99.05 130.79 98.72 -
System Red Green Blue C M Y K H S L
Decimal 58 119 104 0.51 0 0.13 0.53 165.25 0.34 0.35
Hex 3A 77 68 33 0 D 35 A5 22 23
Octal 72 167 150 63 0 15 65 245 42 43
Binary 111010 1110111 1101000 110011 0 1101 110101 10100101 100010 100011

Color Harmonies of #3A7768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7768

Black with #3A7768

Text Example


Text Example

White with #3A7768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,119,104); }

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

background-color css

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

 a { background-color: rgb(58,119,104); }

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

border-color css

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

 span { border-color: rgb(58,119,104); }

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