Html Css Color HEX #3B7B6E Genoa

📋 copy color: '#3B7B6E'

red 59 ◦ green 123 ◦ blue 110

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

Shades of Genoa #3B7B6E

Tints of Genoa #3B7B6E

RGB

 RED value IS 59 (23.44% from 255) = 20.21%

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

 BLUE value IS 110 (43.36% from 255) = 37.67%

R = 20.21%
G = 42.12%
B = 37.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#3B7B6E (or 0x3B7B6E) is known color: Genoa. HEX triplet: 3B, 7B and 6E. RGB value is (59,123,110). Sum of RGB (Red+Green+Blue) = 59+123+110=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 123 (48.44% from 255 or 42.12% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 123 - color contains mainly: green. Hex color #3B7B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7B6E is #C48491. Grayscale: #666666. Windows color (decimal): -12878994 or 7240507. OLE color: 7240507.

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

Color convert

RGB 59 123 110 -
CMYK 0.52 0 0.11 0.52
HSL 167.81º 0.35% 0.36% -
HSV(B) 167.81º 0.52% 0.48% -
XYZ 11.7 16.22 17.27 -
YUV 102.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 59 123 110 0.52 0 0.11 0.52 167.81 0.35 0.36
Hex 3B 7B 6E 34 0 B 34 A8 23 24
Octal 73 173 156 64 0 13 64 250 43 44
Binary 111011 1111011 1101110 110100 0 1011 110100 10101000 100011 100100

Color Harmonies of #3B7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7B6E

Black with #3B7B6E

Text Example


Text Example

White with #3B7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,123,110); }

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

background-color css

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

 a { background-color: rgb(59,123,110); }

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

border-color css

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

 span { border-color: rgb(59,123,110); }

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