Html Css Color HEX #378474 Genoa

📋 copy color: '#378474'

red 55 ◦ green 132 ◦ blue 116

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

Shades of Genoa #378474

Tints of Genoa #378474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.56%

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 18.15%
G = 43.56%
B = 38.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#378474 (or 0x378474) is known color: Genoa. HEX triplet: 37, 84 and 74. RGB value is (55,132,116). Sum of RGB (Red+Green+Blue) = 55+132+116=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #378474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378474 is #C87B8B. Grayscale: #6B6B6B. Windows color (decimal): -13138828 or 7636023. OLE color: 7636023.

HSL color Cylindrical-coordinate representation of color #378474: hue angle of 167.53º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378474 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 116 -
CMYK 0.58 0 0.12 0.48
HSL 167.53º 0.41% 0.37% -
HSV(B) 167.53º 0.58% 0.52% -
XYZ 12.98 18.58 19.42 -
YUV 107.15 132.99 90.8 -
System Red Green Blue C M Y K H S L
Decimal 55 132 116 0.58 0 0.12 0.48 167.53 0.41 0.37
Hex 37 84 74 3A 0 C 30 A8 29 25
Octal 67 204 164 72 0 14 60 250 51 45
Binary 110111 10000100 1110100 111010 0 1100 110000 10101000 101001 100101

Color Harmonies of #378474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378474

Black with #378474

Text Example


Text Example

White with #378474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378474; }

 p { color: rgb(55,132,116); }

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

background-color css

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

 a { background-color: rgb(55,132,116); }

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

border-color css

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

 span { border-color: rgb(55,132,116); }

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