Html Css Color HEX #3A6F6B Genoa

📋 copy color: '#3A6F6B'

red 58 ◦ green 111 ◦ blue 107

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

Shades of Genoa #3A6F6B

Tints of Genoa #3A6F6B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.22%

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

R = 21.01%
G = 40.22%
B = 38.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#3A6F6B (or 0x3A6F6B) is known color: Genoa. HEX triplet: 3A, 6F and 6B. RGB value is (58,111,107). Sum of RGB (Red+Green+Blue) = 58+111+107=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6F6B is #C59094. Grayscale: #5E5E5E. Windows color (decimal): -12947605 or 7040826. OLE color: 7040826.

HSL color Cylindrical-coordinate representation of color #3A6F6B: hue angle of 175.47º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6F6B is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 111 107 -
CMYK 0.48 0 0.04 0.56
HSL 175.47º 0.31% 0.33% -
HSV(B) 175.47º 0.48% 0.44% -
XYZ 10.08 13.33 15.95 -
YUV 94.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 58 111 107 0.48 0 0.04 0.56 175.47 0.31 0.33
Hex 3A 6F 6B 30 0 4 38 AF 1F 21
Octal 72 157 153 60 0 4 70 257 37 41
Binary 111010 1101111 1101011 110000 0 100 111000 10101111 11111 100001

Color Harmonies of #3A6F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6F6B

Black with #3A6F6B

Text Example


Text Example

White with #3A6F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,111,107); }

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

background-color css

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

 a { background-color: rgb(58,111,107); }

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

border-color css

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

 span { border-color: rgb(58,111,107); }

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