Html Css Color HEX #38847A Genoa

📋 copy color: '#38847A'

red 56 ◦ green 132 ◦ blue 122

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

Shades of Genoa #38847A

Tints of Genoa #38847A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.58%

 BLUE value IS 122 (48.05% from 255) = 39.35%

R = 18.06%
G = 42.58%
B = 39.35%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#38847A (or 0x38847A) is known color: Genoa. HEX triplet: 38, 84 and 7A. RGB value is (56,132,122). Sum of RGB (Red+Green+Blue) = 56+132+122=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #38847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38847A is #C77B85. Grayscale: #6C6C6C. Windows color (decimal): -13073286 or 8029240. OLE color: 8029240.

HSL color Cylindrical-coordinate representation of color #38847A: hue angle of 172.11º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38847A is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 122 -
CMYK 0.58 0 0.08 0.48
HSL 172.11º 0.4% 0.37% -
HSV(B) 172.11º 0.58% 0.52% -
XYZ 13.4 18.75 21.33 -
YUV 108.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 56 132 122 0.58 0 0.08 0.48 172.11 0.4 0.37
Hex 38 84 7A 3A 0 8 30 AC 28 25
Octal 70 204 172 72 0 10 60 254 50 45
Binary 111000 10000100 1111010 111010 0 1000 110000 10101100 101000 100101

Color Harmonies of #38847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38847A

Black with #38847A

Text Example


Text Example

White with #38847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38847A; }

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

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

background-color css

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

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

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

border-color css

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

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

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