Html Css Color HEX #388074 Genoa

📋 copy color: '#388074'

red 56 ◦ green 128 ◦ blue 116

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

Shades of Genoa #388074

Tints of Genoa #388074

RGB

 RED value IS 56 (22.27% from 255) = 18.67%

 GREEN value IS 128 (50.39% from 255) = 42.67%

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

R = 18.67%
G = 42.67%
B = 38.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#388074 (or 0x388074) is known color: Genoa. HEX triplet: 38, 80 and 74. RGB value is (56,128,116). Sum of RGB (Red+Green+Blue) = 56+128+116=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #388074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388074 is #C77F8B. Grayscale: #696969. Windows color (decimal): -13074316 or 7635000. OLE color: 7635000.

HSL color Cylindrical-coordinate representation of color #388074: hue angle of 170º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388074 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 116 -
CMYK 0.56 0 0.09 0.50
HSL 170º 0.39% 0.36% -
HSV(B) 170º 0.56% 0.5% -
XYZ 12.5 17.54 19.25 -
YUV 105.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 56 128 116 0.56 0 0.09 0.50 170 0.39 0.36
Hex 38 80 74 38 0 9 32 AA 27 24
Octal 70 200 164 70 0 11 62 252 47 44
Binary 111000 10000000 1110100 111000 0 1001 110010 10101010 100111 100100

Color Harmonies of #388074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388074

Black with #388074

Text Example


Text Example

White with #388074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388074; }

 p { color: rgb(56,128,116); }

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

background-color css

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

 a { background-color: rgb(56,128,116); }

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

border-color css

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

 span { border-color: rgb(56,128,116); }

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