Html Css Color HEX #386E61 Genoa

📋 copy color: '#386E61'

red 56 ◦ green 110 ◦ blue 97

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

Shades of Genoa #386E61

Tints of Genoa #386E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 21.29%
G = 41.83%
B = 36.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#386E61 (or 0x386E61) is known color: Genoa. HEX triplet: 38, 6E and 61. RGB value is (56,110,97). Sum of RGB (Red+Green+Blue) = 56+110+97=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 110 - color contains mainly: green. Hex color #386E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E61 is #C7919E. Grayscale: #5C5C5C. Windows color (decimal): -13078943 or 6385208. OLE color: 6385208.

HSL color Cylindrical-coordinate representation of color #386E61: hue angle of 165.56º 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 #386E61 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 110 97 -
CMYK 0.49 0 0.12 0.57
HSL 165.56º 0.33% 0.33% -
HSV(B) 165.56º 0.49% 0.43% -
XYZ 9.36 12.86 13.3 -
YUV 92.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 56 110 97 0.49 0 0.12 0.57 165.56 0.33 0.33
Hex 38 6E 61 31 0 C 39 A6 21 21
Octal 70 156 141 61 0 14 71 246 41 41
Binary 111000 1101110 1100001 110001 0 1100 111001 10100110 100001 100001

Color Harmonies of #386E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E61

Black with #386E61

Text Example


Text Example

White with #386E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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