Html Css Color HEX #38716B Genoa

📋 copy color: '#38716B'

red 56 ◦ green 113 ◦ blue 107

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

Shades of Genoa #38716B

Tints of Genoa #38716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.94%

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 20.29%
G = 40.94%
B = 38.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#38716B (or 0x38716B) is known color: Genoa. HEX triplet: 38, 71 and 6B. RGB value is (56,113,107). Sum of RGB (Red+Green+Blue) = 56+113+107=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #38716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38716B is #C78E94. Grayscale: #5F5F5F. Windows color (decimal): -13078165 or 7041336. OLE color: 7041336.

HSL color Cylindrical-coordinate representation of color #38716B: hue angle of 173.68º degrees, saturation: 0.34, 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 #38716B is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 107 -
CMYK 0.50 0 0.05 0.56
HSL 173.68º 0.34% 0.33% -
HSV(B) 173.68º 0.5% 0.44% -
XYZ 10.19 13.71 16.02 -
YUV 95.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 56 113 107 0.50 0 0.05 0.56 173.68 0.34 0.33
Hex 38 71 6B 32 0 5 38 AE 22 21
Octal 70 161 153 62 0 5 70 256 42 41
Binary 111000 1110001 1101011 110010 0 101 111000 10101110 100010 100001

Color Harmonies of #38716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38716B

Black with #38716B

Text Example


Text Example

White with #38716B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38716B; }

 p { color: rgb(56,113,107); }

 H1.HeaderClassName
 {
   color: #38716B;
 }
 .AnyTagClassName
 {
   color: #38716B;
 }
</style>

background-color css

<style>
 a { background-color: #38716B; }

 a { background-color: rgb(56,113,107); }

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

border-color css

<style>
 span { border-color: #38716B; }

 span { border-color: rgb(56,113,107); }

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