Html Css Color HEX #38776F Genoa

📋 copy color: '#38776F'

red 56 ◦ green 119 ◦ blue 111

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

Shades of Genoa #38776F

Tints of Genoa #38776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.61%

 BLUE value IS 111 (43.75% from 255) = 38.81%

R = 19.58%
G = 41.61%
B = 38.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#38776F (or 0x38776F) is known color: Genoa. HEX triplet: 38, 77 and 6F. RGB value is (56,119,111). Sum of RGB (Red+Green+Blue) = 56+119+111=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #38776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38776F is #C78890. Grayscale: #636363. Windows color (decimal): -13076625 or 7305016. OLE color: 7305016.

HSL color Cylindrical-coordinate representation of color #38776F: hue angle of 172.38º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38776F is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 111 -
CMYK 0.53 0 0.07 0.53
HSL 172.38º 0.36% 0.34% -
HSV(B) 172.38º 0.53% 0.47% -
XYZ 11.1 15.18 17.38 -
YUV 99.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 56 119 111 0.53 0 0.07 0.53 172.38 0.36 0.34
Hex 38 77 6F 35 0 7 35 AC 24 22
Octal 70 167 157 65 0 7 65 254 44 42
Binary 111000 1110111 1101111 110101 0 111 110101 10101100 100100 100010

Color Harmonies of #38776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38776F

Black with #38776F

Text Example


Text Example

White with #38776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38776F; }

 p { color: rgb(56,119,111); }

 H1.HeaderClassName
 {
   color: #38776F;
 }
 .AnyTagClassName
 {
   color: #38776F;
 }
</style>

background-color css

<style>
 a { background-color: #38776F; }

 a { background-color: rgb(56,119,111); }

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

border-color css

<style>
 span { border-color: #38776F; }

 span { border-color: rgb(56,119,111); }

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