Html Css Color HEX #38857A Genoa

📋 copy color: '#38857A'

red 56 ◦ green 133 ◦ blue 122

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

Shades of Genoa #38857A

Tints of Genoa #38857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.77%

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

R = 18.01%
G = 42.77%
B = 39.23%

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

#38857A (or 0x38857A) is known color: Genoa. HEX triplet: 38, 85 and 7A. RGB value is (56,133,122). Sum of RGB (Red+Green+Blue) = 56+133+122=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #38857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38857A is #C77A85. Grayscale: #6C6C6C. Windows color (decimal): -13073030 or 8029496. OLE color: 8029496.

HSL color Cylindrical-coordinate representation of color #38857A: hue angle of 171.43º degrees, saturation: 0.41, 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 #38857A is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 122 -
CMYK 0.58 0 0.08 0.48
HSL 171.43º 0.41% 0.37% -
HSV(B) 171.43º 0.58% 0.52% -
XYZ 13.53 19.02 21.37 -
YUV 108.72 135.49 90.39 -
System Red Green Blue C M Y K H S L
Decimal 56 133 122 0.58 0 0.08 0.48 171.43 0.41 0.37
Hex 38 85 7A 3A 0 8 30 AB 29 25
Octal 70 205 172 72 0 10 60 253 51 45
Binary 111000 10000101 1111010 111010 0 1000 110000 10101011 101001 100101

Color Harmonies of #38857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38857A

Black with #38857A

Text Example


Text Example

White with #38857A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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