Html Css Color HEX #153C4B Green Vogue

📋 copy color: '#153C4B'

red 21 ◦ green 60 ◦ blue 75

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

Shades of Green Vogue #153C4B

Tints of Green Vogue #153C4B

RGB

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

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

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

R = 13.46%
G = 38.46%
B = 48.08%

CMYK

 C value IS 0.72

 M value IS 0.20

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#153C4B (or 0x153C4B) is known color: Green Vogue. HEX triplet: 15, 3C and 4B. RGB value is (21,60,75). Sum of RGB (Red+Green+Blue) = 21+60+75=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #153C4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C4B is #EAC3B4. Grayscale: #313131. Windows color (decimal): -15385525 or 4930581. OLE color: 4930581.

HSL color Cylindrical-coordinate representation of color #153C4B: hue angle of 196.67º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #153C4B is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 60 75 -
CMYK 0.72 0.20 0 0.71
HSL 196.67º 0.56% 0.19% -
HSV(B) 196.67º 0.72% 0.29% -
XYZ 3.2 3.9 7.24 -
YUV 50.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 21 60 75 0.72 0.20 0 0.71 196.67 0.56 0.19
Hex 15 3C 4B 48 14 0 47 C5 38 13
Octal 25 74 113 110 24 0 107 305 70 23
Binary 10101 111100 1001011 1001000 10100 0 1000111 11000101 111000 10011

Color Harmonies of #153C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C4B

Black with #153C4B

Text Example


Text Example

White with #153C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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