Html Css Color HEX #378275 Genoa

📋 copy color: '#378275'

red 55 ◦ green 130 ◦ blue 117

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

Shades of Genoa #378275

Tints of Genoa #378275

RGB

 RED value IS 55 (21.88% from 255) = 18.21%

 GREEN value IS 130 (51.17% from 255) = 43.05%

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 18.21%
G = 43.05%
B = 38.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#378275 (or 0x378275) is known color: Genoa. HEX triplet: 37, 82 and 75. RGB value is (55,130,117). Sum of RGB (Red+Green+Blue) = 55+130+117=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #378275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378275 is #C87D8A. Grayscale: #6A6A6A. Windows color (decimal): -13139339 or 7701047. OLE color: 7701047.

HSL color Cylindrical-coordinate representation of color #378275: hue angle of 169.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378275 is Cyan = 0.58, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 117 -
CMYK 0.58 0 0.1 0.49
HSL 169.6º 0.41% 0.36% -
HSV(B) 169.6º 0.58% 0.51% -
XYZ 12.77 18.06 19.64 -
YUV 106.09 134.15 91.56 -
System Red Green Blue C M Y K H S L
Decimal 55 130 117 0.58 0 0.1 0.49 169.6 0.41 0.36
Hex 37 82 75 3A 0 A 31 AA 29 24
Octal 67 202 165 72 0 12 61 252 51 44
Binary 110111 10000010 1110101 111010 0 1010 110001 10101010 101001 100100

Color Harmonies of #378275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378275

Black with #378275

Text Example


Text Example

White with #378275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378275; }

 p { color: rgb(55,130,117); }

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

background-color css

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

 a { background-color: rgb(55,130,117); }

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

border-color css

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

 span { border-color: rgb(55,130,117); }

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