Html Css Color HEX #38706D Genoa

📋 copy color: '#38706D'

red 56 ◦ green 112 ◦ blue 109

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

Shades of Genoa #38706D

Tints of Genoa #38706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 20.22%
G = 40.43%
B = 39.35%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#38706D (or 0x38706D) is known color: Genoa. HEX triplet: 38, 70 and 6D. RGB value is (56,112,109). Sum of RGB (Red+Green+Blue) = 56+112+109=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #38706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38706D is #C78F92. Grayscale: #5E5E5E. Windows color (decimal): -13078419 or 7172152. OLE color: 7172152.

HSL color Cylindrical-coordinate representation of color #38706D: hue angle of 176.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38706D is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 109 -
CMYK 0.50 0 0.03 0.56
HSL 176.79º 0.33% 0.33% -
HSV(B) 176.79º 0.5% 0.44% -
XYZ 10.19 13.53 16.54 -
YUV 94.91 135.95 100.24 -
System Red Green Blue C M Y K H S L
Decimal 56 112 109 0.50 0 0.03 0.56 176.79 0.33 0.33
Hex 38 70 6D 32 0 3 38 B1 21 21
Octal 70 160 155 62 0 3 70 261 41 41
Binary 111000 1110000 1101101 110010 0 11 111000 10110001 100001 100001

Color Harmonies of #38706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38706D

Black with #38706D

Text Example


Text Example

White with #38706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38706D; }

 p { color: rgb(56,112,109); }

 H1.HeaderClassName
 {
   color: #38706D;
 }
 .AnyTagClassName
 {
   color: #38706D;
 }
</style>

background-color css

<style>
 a { background-color: #38706D; }

 a { background-color: rgb(56,112,109); }

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

border-color css

<style>
 span { border-color: #38706D; }

 span { border-color: rgb(56,112,109); }

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