Html Css Color HEX #38716E Genoa

📋 copy color: '#38716E'

red 56 ◦ green 113 ◦ blue 110

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

Shades of Genoa #38716E

Tints of Genoa #38716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.5%

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

R = 20.07%
G = 40.5%
B = 39.43%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#38716E (or 0x38716E) is known color: Genoa. HEX triplet: 38, 71 and 6E. RGB value is (56,113,110). Sum of RGB (Red+Green+Blue) = 56+113+110=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #38716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38716E is #C78E91. Grayscale: #5F5F5F. Windows color (decimal): -13078162 or 7237944. OLE color: 7237944.

HSL color Cylindrical-coordinate representation of color #38716E: hue angle of 176.84º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38716E is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 110 -
CMYK 0.50 0 0.03 0.56
HSL 176.84º 0.34% 0.33% -
HSV(B) 176.84º 0.5% 0.44% -
XYZ 10.35 13.78 16.87 -
YUV 95.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 56 113 110 0.50 0 0.03 0.56 176.84 0.34 0.33
Hex 38 71 6E 32 0 3 38 B1 22 21
Octal 70 161 156 62 0 3 70 261 42 41
Binary 111000 1110001 1101110 110010 0 11 111000 10110001 100010 100001

Color Harmonies of #38716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38716E

Black with #38716E

Text Example


Text Example

White with #38716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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