Html Css Color HEX #38746E Genoa

📋 copy color: '#38746E'

red 56 ◦ green 116 ◦ blue 110

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

Shades of Genoa #38746E

Tints of Genoa #38746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 19.86%
G = 41.13%
B = 39.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#38746E (or 0x38746E) is known color: Genoa. HEX triplet: 38, 74 and 6E. RGB value is (56,116,110). Sum of RGB (Red+Green+Blue) = 56+116+110=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #38746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38746E is #C78B91. Grayscale: #616161. Windows color (decimal): -13077394 or 7238712. OLE color: 7238712.

HSL color Cylindrical-coordinate representation of color #38746E: hue angle of 174º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38746E is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 110 -
CMYK 0.52 0 0.05 0.55
HSL 174º 0.35% 0.34% -
HSV(B) 174º 0.52% 0.45% -
XYZ 10.69 14.46 16.98 -
YUV 97.38 135.12 98.49 -
System Red Green Blue C M Y K H S L
Decimal 56 116 110 0.52 0 0.05 0.55 174 0.35 0.34
Hex 38 74 6E 34 0 5 37 AE 23 22
Octal 70 164 156 64 0 5 67 256 43 42
Binary 111000 1110100 1101110 110100 0 101 110111 10101110 100011 100010

Color Harmonies of #38746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38746E

Black with #38746E

Text Example


Text Example

White with #38746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38746E; }

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

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

background-color css

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

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

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

border-color css

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

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

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