Html Css Color HEX #38756A Genoa

📋 copy color: '#38756A'

red 56 ◦ green 117 ◦ blue 106

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

Shades of Genoa #38756A

Tints of Genoa #38756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.94%

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

R = 20.07%
G = 41.94%
B = 37.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#38756A (or 0x38756A) is known color: Genoa. HEX triplet: 38, 75 and 6A. RGB value is (56,117,106). Sum of RGB (Red+Green+Blue) = 56+117+106=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #38756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38756A is #C78A95. Grayscale: #616161. Windows color (decimal): -13077142 or 6976824. OLE color: 6976824.

HSL color Cylindrical-coordinate representation of color #38756A: hue angle of 169.18º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38756A is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 106 -
CMYK 0.52 0 0.09 0.54
HSL 169.18º 0.35% 0.34% -
HSV(B) 169.18º 0.52% 0.46% -
XYZ 10.59 14.6 15.9 -
YUV 97.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 56 117 106 0.52 0 0.09 0.54 169.18 0.35 0.34
Hex 38 75 6A 34 0 9 36 A9 23 22
Octal 70 165 152 64 0 11 66 251 43 42
Binary 111000 1110101 1101010 110100 0 1001 110110 10101001 100011 100010

Color Harmonies of #38756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38756A

Black with #38756A

Text Example


Text Example

White with #38756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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