Html Css Color HEX #153C48 Green Vogue

📋 copy color: '#153C48'

red 21 ◦ green 60 ◦ blue 72

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

Shades of Green Vogue #153C48

Tints of Green Vogue #153C48

RGB

 RED value IS 21 (8.59% from 255) = 13.73%

 GREEN value IS 60 (23.83% from 255) = 39.22%

 BLUE value IS 72 (28.52% from 255) = 47.06%

R = 13.73%
G = 39.22%
B = 47.06%

CMYK

 C value IS 0.71

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#153C48 (or 0x153C48) is known color: Green Vogue. HEX triplet: 15, 3C and 48. RGB value is (21,60,72). Sum of RGB (Red+Green+Blue) = 21+60+72=153 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.73% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 72 (28.52% from 255 or 47.06% from 153); Max value from RGB is 72 - color contains mainly: blue. Hex color #153C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C48 is #EAC3B7. Grayscale: #313131. Windows color (decimal): -15385528 or 4733973. OLE color: 4733973.

HSL color Cylindrical-coordinate representation of color #153C48: hue angle of 194.12º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #153C48 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 60 72 -
CMYK 0.71 0.17 0 0.72
HSL 194.12º 0.55% 0.18% -
HSV(B) 194.12º 0.71% 0.28% -
XYZ 3.09 3.86 6.71 -
YUV 49.71 140.58 107.52 -
System Red Green Blue C M Y K H S L
Decimal 21 60 72 0.71 0.17 0 0.72 194.12 0.55 0.18
Hex 15 3C 48 47 11 0 48 C2 37 12
Octal 25 74 110 107 21 0 110 302 67 22
Binary 10101 111100 1001000 1000111 10001 0 1001000 11000010 110111 10010

Color Harmonies of #153C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C48

Black with #153C48

Text Example


Text Example

White with #153C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153C48; }

 p { color: rgb(21,60,72); }

 H1.HeaderClassName
 {
   color: #153C48;
 }
 .AnyTagClassName
 {
   color: #153C48;
 }
</style>

background-color css

<style>
 a { background-color: #153C48; }

 a { background-color: rgb(21,60,72); }

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

border-color css

<style>
 span { border-color: #153C48; }

 span { border-color: rgb(21,60,72); }

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