Html Css Color HEX #386E65 Genoa

📋 copy color: '#386E65'

red 56 ◦ green 110 ◦ blue 101

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

Shades of Genoa #386E65

Tints of Genoa #386E65

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.2%

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 20.97%
G = 41.2%
B = 37.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#386E65 (or 0x386E65) is known color: Genoa. HEX triplet: 38, 6E and 65. RGB value is (56,110,101). Sum of RGB (Red+Green+Blue) = 56+110+101=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 110 - color contains mainly: green. Hex color #386E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E65 is #C7919A. Grayscale: #5C5C5C. Windows color (decimal): -13078939 or 6647352. OLE color: 6647352.

HSL color Cylindrical-coordinate representation of color #386E65: hue angle of 170º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386E65 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 110 101 -
CMYK 0.49 0 0.08 0.57
HSL 170º 0.33% 0.33% -
HSV(B) 170º 0.49% 0.43% -
XYZ 9.56 12.93 14.3 -
YUV 92.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 56 110 101 0.49 0 0.08 0.57 170 0.33 0.33
Hex 38 6E 65 31 0 8 39 AA 21 21
Octal 70 156 145 61 0 10 71 252 41 41
Binary 111000 1101110 1100101 110001 0 1000 111001 10101010 100001 100001

Color Harmonies of #386E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E65

Black with #386E65

Text Example


Text Example

White with #386E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386E65; }

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

 H1.HeaderClassName
 {
   color: #386E65;
 }
 .AnyTagClassName
 {
   color: #386E65;
 }
</style>

background-color css

<style>
 a { background-color: #386E65; }

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

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

border-color css

<style>
 span { border-color: #386E65; }

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

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