Html Css Color HEX #387267 Genoa

📋 copy color: '#387267'

red 56 ◦ green 114 ◦ blue 103

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

Shades of Genoa #387267

Tints of Genoa #387267

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.76%

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

R = 20.51%
G = 41.76%
B = 37.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#387267 (or 0x387267) is known color: Genoa. HEX triplet: 38, 72 and 67. RGB value is (56,114,103). Sum of RGB (Red+Green+Blue) = 56+114+103=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #387267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387267 is #C78D98. Grayscale: #5F5F5F. Windows color (decimal): -13077913 or 6779448. OLE color: 6779448.

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

Color convert

RGB 56 114 103 -
CMYK 0.51 0 0.10 0.55
HSL 168.62º 0.34% 0.33% -
HSV(B) 168.62º 0.51% 0.45% -
XYZ 10.1 13.85 14.97 -
YUV 95.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 56 114 103 0.51 0 0.10 0.55 168.62 0.34 0.33
Hex 38 72 67 33 0 A 37 A9 22 21
Octal 70 162 147 63 0 12 67 251 42 41
Binary 111000 1110010 1100111 110011 0 1010 110111 10101001 100010 100001

Color Harmonies of #387267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387267

Black with #387267

Text Example


Text Example

White with #387267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387267; }

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

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

background-color css

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

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

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

border-color css

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

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

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