Html Css Color HEX #387A6A Genoa

📋 copy color: '#387A6A'

red 56 ◦ green 122 ◦ blue 106

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

Shades of Genoa #387A6A

Tints of Genoa #387A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 19.72%
G = 42.96%
B = 37.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#387A6A (or 0x387A6A) is known color: Genoa. HEX triplet: 38, 7A and 6A. RGB value is (56,122,106). Sum of RGB (Red+Green+Blue) = 56+122+106=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 122 - color contains mainly: green. Hex color #387A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387A6A is #C78595. Grayscale: #646464. Windows color (decimal): -13075862 or 6978104. OLE color: 6978104.

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

Color convert

RGB 56 122 106 -
CMYK 0.54 0 0.13 0.52
HSL 165.45º 0.37% 0.35% -
HSV(B) 165.45º 0.54% 0.48% -
XYZ 11.19 15.8 16.1 -
YUV 100.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 56 122 106 0.54 0 0.13 0.52 165.45 0.37 0.35
Hex 38 7A 6A 36 0 D 34 A5 25 23
Octal 70 172 152 66 0 15 64 245 45 43
Binary 111000 1111010 1101010 110110 0 1101 110100 10100101 100101 100011

Color Harmonies of #387A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387A6A

Black with #387A6A

Text Example


Text Example

White with #387A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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