Html Css Color HEX #183225 Cardin Green

📋 copy color: '#183225'

red 24 ◦ green 50 ◦ blue 37

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

Shades of Cardin Green #183225

Tints of Cardin Green #183225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 45.05%

 BLUE value IS 37 (14.84% from 255) = 33.33%

R = 21.62%
G = 45.05%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#183225 (or 0x183225) is known color: Cardin Green. HEX triplet: 18, 32 and 25. RGB value is (24,50,37). Sum of RGB (Red+Green+Blue) = 24+50+37=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 50 (19.92% from 255 or 45.05% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 50 - color contains mainly: green. Hex color #183225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183225 is #E7CDDA. Grayscale: #282828. Windows color (decimal): -15191515 or 2437656. OLE color: 2437656.

HSL color Cylindrical-coordinate representation of color #183225: hue angle of 150º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #183225 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 50 37 -
CMYK 0.52 0 0.26 0.80
HSL 150º 0.35% 0.15% -
HSV(B) 150º 0.52% 0.2% -
XYZ 1.85 2.61 2.16 -
YUV 40.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 24 50 37 0.52 0 0.26 0.80 150 0.35 0.15
Hex 18 32 25 34 0 1A 50 96 23 F
Octal 30 62 45 64 0 32 120 226 43 17
Binary 11000 110010 100101 110100 0 11010 1010000 10010110 100011 1111

Color Harmonies of #183225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183225

Black with #183225

Text Example


Text Example

White with #183225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183225; }

 p { color: rgb(24,50,37); }

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

background-color css

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

 a { background-color: rgb(24,50,37); }

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

border-color css

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

 span { border-color: rgb(24,50,37); }

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