Html Css Color HEX #3A7B6D Genoa

📋 copy color: '#3A7B6D'

red 58 ◦ green 123 ◦ blue 109

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

Shades of Genoa #3A7B6D

Tints of Genoa #3A7B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.41%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 20%
G = 42.41%
B = 37.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#3A7B6D (or 0x3A7B6D) is known color: Genoa. HEX triplet: 3A, 7B and 6D. RGB value is (58,123,109). Sum of RGB (Red+Green+Blue) = 58+123+109=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 123 - color contains mainly: green. Hex color #3A7B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7B6D is #C58492. Grayscale: #656565. Windows color (decimal): -12944531 or 7174970. OLE color: 7174970.

HSL color Cylindrical-coordinate representation of color #3A7B6D: hue angle of 167.08º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A7B6D is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 123 109 -
CMYK 0.53 0 0.11 0.52
HSL 167.08º 0.36% 0.35% -
HSV(B) 167.08º 0.53% 0.48% -
XYZ 11.59 16.17 16.98 -
YUV 101.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 58 123 109 0.53 0 0.11 0.52 167.08 0.36 0.35
Hex 3A 7B 6D 35 0 B 34 A7 24 23
Octal 72 173 155 65 0 13 64 247 44 43
Binary 111010 1111011 1101101 110101 0 1011 110100 10100111 100100 100011

Color Harmonies of #3A7B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7B6D

Black with #3A7B6D

Text Example


Text Example

White with #3A7B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,123,109); }

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

background-color css

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

 a { background-color: rgb(58,123,109); }

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

border-color css

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

 span { border-color: rgb(58,123,109); }

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