Html Css Color HEX #3C837A Genoa

📋 copy color: '#3C837A'

red 60 ◦ green 131 ◦ blue 122

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

Shades of Genoa #3C837A

Tints of Genoa #3C837A

RGB

 RED value IS 60 (23.83% from 255) = 19.17%

 GREEN value IS 131 (51.56% from 255) = 41.85%

 BLUE value IS 122 (48.05% from 255) = 38.98%

R = 19.17%
G = 41.85%
B = 38.98%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#3C837A (or 0x3C837A) is known color: Genoa. HEX triplet: 3C, 83 and 7A. RGB value is (60,131,122). Sum of RGB (Red+Green+Blue) = 60+131+122=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #3C837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C837A is #C37C85. Grayscale: #6C6C6C. Windows color (decimal): -12811398 or 8028988. OLE color: 8028988.

HSL color Cylindrical-coordinate representation of color #3C837A: hue angle of 172.39º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C837A is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 131 122 -
CMYK 0.54 0 0.07 0.49
HSL 172.39º 0.37% 0.37% -
HSV(B) 172.39º 0.54% 0.51% -
XYZ 13.49 18.6 21.29 -
YUV 108.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 60 131 122 0.54 0 0.07 0.49 172.39 0.37 0.37
Hex 3C 83 7A 36 0 7 31 AC 25 25
Octal 74 203 172 66 0 7 61 254 45 45
Binary 111100 10000011 1111010 110110 0 111 110001 10101100 100101 100101

Color Harmonies of #3C837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C837A

Black with #3C837A

Text Example


Text Example

White with #3C837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,131,122); }

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

background-color css

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

 a { background-color: rgb(60,131,122); }

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

border-color css

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

 span { border-color: rgb(60,131,122); }

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