Html Css Color HEX #387467 Genoa

📋 copy color: '#387467'

red 56 ◦ green 116 ◦ blue 103

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

Shades of Genoa #387467

Tints of Genoa #387467

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.18%

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

R = 20.36%
G = 42.18%
B = 37.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#387467 (or 0x387467) is known color: Genoa. HEX triplet: 38, 74 and 67. RGB value is (56,116,103). Sum of RGB (Red+Green+Blue) = 56+116+103=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #387467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387467 is #C78B98. Grayscale: #606060. Windows color (decimal): -13077401 or 6779960. OLE color: 6779960.

HSL color Cylindrical-coordinate representation of color #387467: hue angle of 167º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387467 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 103 -
CMYK 0.52 0 0.11 0.55
HSL 167º 0.35% 0.34% -
HSV(B) 167º 0.52% 0.45% -
XYZ 10.32 14.31 15.05 -
YUV 96.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 56 116 103 0.52 0 0.11 0.55 167 0.35 0.34
Hex 38 74 67 34 0 B 37 A7 23 22
Octal 70 164 147 64 0 13 67 247 43 42
Binary 111000 1110100 1100111 110100 0 1011 110111 10100111 100011 100010

Color Harmonies of #387467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387467

Black with #387467

Text Example


Text Example

White with #387467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387467; }

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

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

background-color css

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

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

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

border-color css

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

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

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