Html Css Color HEX #387268 Genoa

📋 copy color: '#387268'

red 56 ◦ green 114 ◦ blue 104

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

Shades of Genoa #387268

Tints of Genoa #387268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 20.44%
G = 41.61%
B = 37.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#387268 (or 0x387268) is known color: Genoa. HEX triplet: 38, 72 and 68. RGB value is (56,114,104). Sum of RGB (Red+Green+Blue) = 56+114+104=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #387268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387268 is #C78D97. Grayscale: #5F5F5F. Windows color (decimal): -13077912 or 6844984. OLE color: 6844984.

HSL color Cylindrical-coordinate representation of color #387268: hue angle of 169.66º 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 #387268 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 104 -
CMYK 0.51 0 0.09 0.55
HSL 169.66º 0.34% 0.33% -
HSV(B) 169.66º 0.51% 0.45% -
XYZ 10.15 13.87 15.24 -
YUV 95.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 56 114 104 0.51 0 0.09 0.55 169.66 0.34 0.33
Hex 38 72 68 33 0 9 37 AA 22 21
Octal 70 162 150 63 0 11 67 252 42 41
Binary 111000 1110010 1101000 110011 0 1001 110111 10101010 100010 100001

Color Harmonies of #387268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387268

Black with #387268

Text Example


Text Example

White with #387268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387268; }

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

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

background-color css

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

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

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

border-color css

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

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

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