Html Css Color HEX #183528 Cardin Green

📋 copy color: '#183528'

red 24 ◦ green 53 ◦ blue 40

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

Shades of Cardin Green #183528

Tints of Cardin Green #183528

RGB

 RED value IS 24 (9.77% from 255) = 20.51%

 GREEN value IS 53 (21.09% from 255) = 45.3%

 BLUE value IS 40 (16.02% from 255) = 34.19%

R = 20.51%
G = 45.3%
B = 34.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#183528 (or 0x183528) is known color: Cardin Green. HEX triplet: 18, 35 and 28. RGB value is (24,53,40). Sum of RGB (Red+Green+Blue) = 24+53+40=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 53 - color contains mainly: green. Hex color #183528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183528 is #E7CAD7. Grayscale: #2A2A2A. Windows color (decimal): -15190744 or 2635032. OLE color: 2635032.

HSL color Cylindrical-coordinate representation of color #183528: hue angle of 153.1º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #183528 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB 24 53 40 -
CMYK 0.55 0 0.25 0.79
HSL 153.1º 0.38% 0.15% -
HSV(B) 153.1º 0.55% 0.21% -
XYZ 2.03 2.89 2.46 -
YUV 42.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 24 53 40 0.55 0 0.25 0.79 153.1 0.38 0.15
Hex 18 35 28 37 0 19 4F 99 26 F
Octal 30 65 50 67 0 31 117 231 46 17
Binary 11000 110101 101000 110111 0 11001 1001111 10011001 100110 1111

Color Harmonies of #183528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183528

Black with #183528

Text Example


Text Example

White with #183528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183528; }

 p { color: rgb(24,53,40); }

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

background-color css

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

 a { background-color: rgb(24,53,40); }

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

border-color css

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

 span { border-color: rgb(24,53,40); }

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