Html Css Color HEX #386F62 Genoa

📋 copy color: '#386F62'

red 56 ◦ green 111 ◦ blue 98

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

Shades of Genoa #386F62

Tints of Genoa #386F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.98%

R = 21.13%
G = 41.89%
B = 36.98%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#386F62 (or 0x386F62) is known color: Genoa. HEX triplet: 38, 6F and 62. RGB value is (56,111,98). Sum of RGB (Red+Green+Blue) = 56+111+98=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 111 - color contains mainly: green. Hex color #386F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F62 is #C7909D. Grayscale: #5D5D5D. Windows color (decimal): -13078686 or 6451000. OLE color: 6451000.

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

Color convert

RGB 56 111 98 -
CMYK 0.50 0 0.12 0.56
HSL 165.82º 0.33% 0.33% -
HSV(B) 165.82º 0.5% 0.44% -
XYZ 9.52 13.09 13.58 -
YUV 93.07 130.78 101.56 -
System Red Green Blue C M Y K H S L
Decimal 56 111 98 0.50 0 0.12 0.56 165.82 0.33 0.33
Hex 38 6F 62 32 0 C 38 A6 21 21
Octal 70 157 142 62 0 14 70 246 41 41
Binary 111000 1101111 1100010 110010 0 1100 111000 10100110 100001 100001

Color Harmonies of #386F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F62

Black with #386F62

Text Example


Text Example

White with #386F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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