Html Css Color HEX #1C4350 Green Vogue

📋 copy color: '#1C4350'

red 28 ◦ green 67 ◦ blue 80

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

Shades of Green Vogue #1C4350

Tints of Green Vogue #1C4350

RGB

 RED value IS 28 (11.33% from 255) = 16%

 GREEN value IS 67 (26.56% from 255) = 38.29%

 BLUE value IS 80 (31.64% from 255) = 45.71%

R = 16%
G = 38.29%
B = 45.71%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1C4350 (or 0x1C4350) is known color: Green Vogue. HEX triplet: 1C, 43 and 50. RGB value is (28,67,80). Sum of RGB (Red+Green+Blue) = 28+67+80=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4350 is #E3BCAF. Grayscale: #383838. Windows color (decimal): -14924976 or 5260060. OLE color: 5260060.

HSL color Cylindrical-coordinate representation of color #1C4350: hue angle of 195º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C4350 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 28 67 80 -
CMYK 0.65 0.16 0 0.69
HSL 195º 0.48% 0.21% -
HSV(B) 195º 0.65% 0.31% -
XYZ 3.93 4.84 8.32 -
YUV 56.82 141.08 107.44 -
System Red Green Blue C M Y K H S L
Decimal 28 67 80 0.65 0.16 0 0.69 195 0.48 0.21
Hex 1C 43 50 41 10 0 45 C3 30 15
Octal 34 103 120 101 20 0 105 303 60 25
Binary 11100 1000011 1010000 1000001 10000 0 1000101 11000011 110000 10101

Color Harmonies of #1C4350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4350

Black with #1C4350

Text Example


Text Example

White with #1C4350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C4350; }

 p { color: rgb(28,67,80); }

 H1.HeaderClassName
 {
   color: #1C4350;
 }
 .AnyTagClassName
 {
   color: #1C4350;
 }
</style>

background-color css

<style>
 a { background-color: #1C4350; }

 a { background-color: rgb(28,67,80); }

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

border-color css

<style>
 span { border-color: #1C4350; }

 span { border-color: rgb(28,67,80); }

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