Html Css Color HEX #38766D Genoa

📋 copy color: '#38766D'

red 56 ◦ green 118 ◦ blue 109

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

Shades of Genoa #38766D

Tints of Genoa #38766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.7%

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

R = 19.79%
G = 41.7%
B = 38.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#38766D (or 0x38766D) is known color: Genoa. HEX triplet: 38, 76 and 6D. RGB value is (56,118,109). Sum of RGB (Red+Green+Blue) = 56+118+109=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #38766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38766D is #C78992. Grayscale: #626262. Windows color (decimal): -13076883 or 7173688. OLE color: 7173688.

HSL color Cylindrical-coordinate representation of color #38766D: hue angle of 171.29º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38766D is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 109 -
CMYK 0.53 0 0.08 0.54
HSL 171.29º 0.36% 0.34% -
HSV(B) 171.29º 0.53% 0.46% -
XYZ 10.87 14.9 16.77 -
YUV 98.44 133.96 97.73 -
System Red Green Blue C M Y K H S L
Decimal 56 118 109 0.53 0 0.08 0.54 171.29 0.36 0.34
Hex 38 76 6D 35 0 8 36 AB 24 22
Octal 70 166 155 65 0 10 66 253 44 42
Binary 111000 1110110 1101101 110101 0 1000 110110 10101011 100100 100010

Color Harmonies of #38766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38766D

Black with #38766D

Text Example


Text Example

White with #38766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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