Html Css Color HEX #3B7363 Genoa

📋 copy color: '#3B7363'

red 59 ◦ green 115 ◦ blue 99

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

Shades of Genoa #3B7363

Tints of Genoa #3B7363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.26%

R = 21.61%
G = 42.12%
B = 36.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#3B7363 (or 0x3B7363) is known color: Genoa. HEX triplet: 3B, 73 and 63. RGB value is (59,115,99). Sum of RGB (Red+Green+Blue) = 59+115+99=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #3B7363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7363 is #C48C9C. Grayscale: #606060. Windows color (decimal): -12881053 or 6517563. OLE color: 6517563.

HSL color Cylindrical-coordinate representation of color #3B7363: hue angle of 162.86º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B7363 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 115 99 -
CMYK 0.49 0 0.14 0.55
HSL 162.86º 0.32% 0.34% -
HSV(B) 162.86º 0.49% 0.45% -
XYZ 10.19 14.09 13.99 -
YUV 96.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 59 115 99 0.49 0 0.14 0.55 162.86 0.32 0.34
Hex 3B 73 63 31 0 E 37 A3 20 22
Octal 73 163 143 61 0 16 67 243 40 42
Binary 111011 1110011 1100011 110001 0 1110 110111 10100011 100000 100010

Color Harmonies of #3B7363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7363

Black with #3B7363

Text Example


Text Example

White with #3B7363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,115,99); }

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

background-color css

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

 a { background-color: rgb(59,115,99); }

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

border-color css

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

 span { border-color: rgb(59,115,99); }

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