Html Css Color HEX #387667 Genoa

📋 copy color: '#387667'

red 56 ◦ green 118 ◦ blue 103

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

Shades of Genoa #387667

Tints of Genoa #387667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.6%

 BLUE value IS 103 (40.63% from 255) = 37.18%

R = 20.22%
G = 42.6%
B = 37.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#387667 (or 0x387667) is known color: Genoa. HEX triplet: 38, 76 and 67. RGB value is (56,118,103). Sum of RGB (Red+Green+Blue) = 56+118+103=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #387667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387667 is #C78998. Grayscale: #616161. Windows color (decimal): -13076889 or 6780472. OLE color: 6780472.

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

Color convert

RGB 56 118 103 -
CMYK 0.53 0 0.13 0.54
HSL 165.48º 0.36% 0.34% -
HSV(B) 165.48º 0.53% 0.46% -
XYZ 10.56 14.78 15.13 -
YUV 97.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 56 118 103 0.53 0 0.13 0.54 165.48 0.36 0.34
Hex 38 76 67 35 0 D 36 A5 24 22
Octal 70 166 147 65 0 15 66 245 44 42
Binary 111000 1110110 1100111 110101 0 1101 110110 10100101 100100 100010

Color Harmonies of #387667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387667

Black with #387667

Text Example


Text Example

White with #387667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387667; }

 p { color: rgb(56,118,103); }

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

background-color css

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

 a { background-color: rgb(56,118,103); }

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

border-color css

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

 span { border-color: rgb(56,118,103); }

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