Html Css Color HEX #38716A Genoa

📋 copy color: '#38716A'

red 56 ◦ green 113 ◦ blue 106

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

Shades of Genoa #38716A

Tints of Genoa #38716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 20.36%
G = 41.09%
B = 38.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#38716A (or 0x38716A) is known color: Genoa. HEX triplet: 38, 71 and 6A. RGB value is (56,113,106). Sum of RGB (Red+Green+Blue) = 56+113+106=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #38716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38716A is #C78E95. Grayscale: #5F5F5F. Windows color (decimal): -13078166 or 6975800. OLE color: 6975800.

HSL color Cylindrical-coordinate representation of color #38716A: hue angle of 172.63º 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 #38716A is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 106 -
CMYK 0.50 0 0.06 0.56
HSL 172.63º 0.34% 0.33% -
HSV(B) 172.63º 0.5% 0.44% -
XYZ 10.14 13.69 15.74 -
YUV 95.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 56 113 106 0.50 0 0.06 0.56 172.63 0.34 0.33
Hex 38 71 6A 32 0 6 38 AD 22 21
Octal 70 161 152 62 0 6 70 255 42 41
Binary 111000 1110001 1101010 110010 0 110 111000 10101101 100010 100001

Color Harmonies of #38716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38716A

Black with #38716A

Text Example


Text Example

White with #38716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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