Html Css Color HEX #386F61 Genoa

📋 copy color: '#386F61'

red 56 ◦ green 111 ◦ blue 97

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

Shades of Genoa #386F61

Tints of Genoa #386F61

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.05%

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

R = 21.21%
G = 42.05%
B = 36.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#386F61 (or 0x386F61) is known color: Genoa. HEX triplet: 38, 6F and 61. RGB value is (56,111,97). Sum of RGB (Red+Green+Blue) = 56+111+97=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #386F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F61 is #C7909E. Grayscale: #5C5C5C. Windows color (decimal): -13078687 or 6385464. OLE color: 6385464.

HSL color Cylindrical-coordinate representation of color #386F61: hue angle of 164.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F61 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 97 -
CMYK 0.50 0 0.13 0.56
HSL 164.73º 0.33% 0.33% -
HSV(B) 164.73º 0.5% 0.44% -
XYZ 9.47 13.07 13.33 -
YUV 92.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 56 111 97 0.50 0 0.13 0.56 164.73 0.33 0.33
Hex 38 6F 61 32 0 D 38 A5 21 21
Octal 70 157 141 62 0 15 70 245 41 41
Binary 111000 1101111 1100001 110010 0 1101 111000 10100101 100001 100001

Color Harmonies of #386F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F61

Black with #386F61

Text Example


Text Example

White with #386F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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