Html Css Color HEX #113B4B Green Vogue

📋 copy color: '#113B4B'

red 17 ◦ green 59 ◦ blue 75

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

Shades of Green Vogue #113B4B

Tints of Green Vogue #113B4B

RGB

 RED value IS 17 (7.03% from 255) = 11.26%

 GREEN value IS 59 (23.44% from 255) = 39.07%

 BLUE value IS 75 (29.69% from 255) = 49.67%

R = 11.26%
G = 39.07%
B = 49.67%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#113B4B (or 0x113B4B) is known color: Green Vogue. HEX triplet: 11, 3B and 4B. RGB value is (17,59,75). Sum of RGB (Red+Green+Blue) = 17+59+75=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #113B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113B4B is #EEC4B4. Grayscale: #303030. Windows color (decimal): -15647925 or 4930321. OLE color: 4930321.

HSL color Cylindrical-coordinate representation of color #113B4B: hue angle of 196.55º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #113B4B is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 59 75 -
CMYK 0.77 0.21 0 0.71
HSL 196.55º 0.63% 0.18% -
HSV(B) 196.55º 0.77% 0.29% -
XYZ 3.07 3.76 7.22 -
YUV 48.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 17 59 75 0.77 0.21 0 0.71 196.55 0.63 0.18
Hex 11 3B 4B 4D 15 0 47 C5 3F 12
Octal 21 73 113 115 25 0 107 305 77 22
Binary 10001 111011 1001011 1001101 10101 0 1000111 11000101 111111 10010

Color Harmonies of #113B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B4B

Black with #113B4B

Text Example


Text Example

White with #113B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113B4B; }

 p { color: rgb(17,59,75); }

 H1.HeaderClassName
 {
   color: #113B4B;
 }
 .AnyTagClassName
 {
   color: #113B4B;
 }
</style>

background-color css

<style>
 a { background-color: #113B4B; }

 a { background-color: rgb(17,59,75); }

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

border-color css

<style>
 span { border-color: #113B4B; }

 span { border-color: rgb(17,59,75); }

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