Html Css Color HEX #387A74 Genoa

📋 copy color: '#387A74'

red 56 ◦ green 122 ◦ blue 116

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

Shades of Genoa #387A74

Tints of Genoa #387A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 19.05%
G = 41.5%
B = 39.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#387A74 (or 0x387A74) is known color: Genoa. HEX triplet: 38, 7A and 74. RGB value is (56,122,116). Sum of RGB (Red+Green+Blue) = 56+122+116=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #387A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387A74 is #C7858B. Grayscale: #656565. Windows color (decimal): -13075852 or 7633464. OLE color: 7633464.

HSL color Cylindrical-coordinate representation of color #387A74: hue angle of 174.55º 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 #387A74 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 122 116 -
CMYK 0.54 0 0.05 0.52
HSL 174.55º 0.37% 0.35% -
HSV(B) 174.55º 0.54% 0.48% -
XYZ 11.74 16.02 19 -
YUV 101.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 56 122 116 0.54 0 0.05 0.52 174.55 0.37 0.35
Hex 38 7A 74 36 0 5 34 AF 25 23
Octal 70 172 164 66 0 5 64 257 45 43
Binary 111000 1111010 1110100 110110 0 101 110100 10101111 100101 100011

Color Harmonies of #387A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A74

Black with #387A74

Text Example


Text Example

White with #387A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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