Html Css Color HEX #388174 Genoa

📋 copy color: '#388174'

red 56 ◦ green 129 ◦ blue 116

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

Shades of Genoa #388174

Tints of Genoa #388174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.86%

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

R = 18.6%
G = 42.86%
B = 38.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#388174 (or 0x388174) is known color: Genoa. HEX triplet: 38, 81 and 74. RGB value is (56,129,116). Sum of RGB (Red+Green+Blue) = 56+129+116=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #388174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388174 is #C77E8B. Grayscale: #696969. Windows color (decimal): -13074060 or 7635256. OLE color: 7635256.

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

Color convert

RGB 56 129 116 -
CMYK 0.57 0 0.10 0.49
HSL 169.32º 0.39% 0.36% -
HSV(B) 169.32º 0.57% 0.51% -
XYZ 12.63 17.8 19.29 -
YUV 105.69 133.82 92.56 -
System Red Green Blue C M Y K H S L
Decimal 56 129 116 0.57 0 0.10 0.49 169.32 0.39 0.36
Hex 38 81 74 39 0 A 31 A9 27 24
Octal 70 201 164 71 0 12 61 251 47 44
Binary 111000 10000001 1110100 111001 0 1010 110001 10101001 100111 100100

Color Harmonies of #388174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388174

Black with #388174

Text Example


Text Example

White with #388174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388174; }

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

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

background-color css

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

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

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

border-color css

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

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

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