Html Css Color HEX #38796D Genoa

📋 copy color: '#38796D'

red 56 ◦ green 121 ◦ blue 109

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

Shades of Genoa #38796D

Tints of Genoa #38796D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.31%

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 19.58%
G = 42.31%
B = 38.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#38796D (or 0x38796D) is known color: Genoa. HEX triplet: 38, 79 and 6D. RGB value is (56,121,109). Sum of RGB (Red+Green+Blue) = 56+121+109=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #38796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38796D is #C78692. Grayscale: #646464. Windows color (decimal): -13076115 or 7174456. OLE color: 7174456.

HSL color Cylindrical-coordinate representation of color #38796D: hue angle of 168.92º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38796D is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 121 109 -
CMYK 0.54 0 0.10 0.53
HSL 168.92º 0.37% 0.35% -
HSV(B) 168.92º 0.54% 0.47% -
XYZ 11.23 15.62 16.89 -
YUV 100.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 56 121 109 0.54 0 0.10 0.53 168.92 0.37 0.35
Hex 38 79 6D 36 0 A 35 A9 25 23
Octal 70 171 155 66 0 12 65 251 45 43
Binary 111000 1111001 1101101 110110 0 1010 110101 10101001 100101 100011

Color Harmonies of #38796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38796D

Black with #38796D

Text Example


Text Example

White with #38796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38796D; }

 p { color: rgb(56,121,109); }

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

background-color css

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

 a { background-color: rgb(56,121,109); }

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

border-color css

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

 span { border-color: rgb(56,121,109); }

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