Html Css Color HEX #387A72 Genoa

📋 copy color: '#387A72'

red 56 ◦ green 122 ◦ blue 114

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

Shades of Genoa #387A72

Tints of Genoa #387A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.78%

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 19.18%
G = 41.78%
B = 39.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#387A72 (or 0x387A72) is known color: Genoa. HEX triplet: 38, 7A and 72. RGB value is (56,122,114). Sum of RGB (Red+Green+Blue) = 56+122+114=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #387A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387A72 is #C7858D. Grayscale: #656565. Windows color (decimal): -13075854 or 7502392. OLE color: 7502392.

HSL color Cylindrical-coordinate representation of color #387A72: hue angle of 172.73º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387A72 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 122 114 -
CMYK 0.54 0 0.07 0.52
HSL 172.73º 0.37% 0.35% -
HSV(B) 172.73º 0.54% 0.48% -
XYZ 11.63 15.97 18.39 -
YUV 101.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 56 122 114 0.54 0 0.07 0.52 172.73 0.37 0.35
Hex 38 7A 72 36 0 7 34 AD 25 23
Octal 70 172 162 66 0 7 64 255 45 43
Binary 111000 1111010 1110010 110110 0 111 110100 10101101 100101 100011

Color Harmonies of #387A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A72

Black with #387A72

Text Example


Text Example

White with #387A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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