Html Css Color HEX #183325 Cardin Green

📋 copy color: '#183325'

red 24 ◦ green 51 ◦ blue 37

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

Shades of Cardin Green #183325

Tints of Cardin Green #183325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 45.54%

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

R = 21.43%
G = 45.54%
B = 33.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#183325 (or 0x183325) is known color: Cardin Green. HEX triplet: 18, 33 and 25. RGB value is (24,51,37). Sum of RGB (Red+Green+Blue) = 24+51+37=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #183325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183325 is #E7CCDA. Grayscale: #292929. Windows color (decimal): -15191259 or 2437912. OLE color: 2437912.

HSL color Cylindrical-coordinate representation of color #183325: hue angle of 148.89º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #183325 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 24 51 37 -
CMYK 0.53 0 0.27 0.8
HSL 148.89º 0.36% 0.15% -
HSV(B) 148.89º 0.53% 0.2% -
XYZ 1.89 2.7 2.17 -
YUV 41.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 24 51 37 0.53 0 0.27 0.8 148.89 0.36 0.15
Hex 18 33 25 35 0 1B 50 95 24 F
Octal 30 63 45 65 0 33 120 225 44 17
Binary 11000 110011 100101 110101 0 11011 1010000 10010101 100100 1111

Color Harmonies of #183325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183325

Black with #183325

Text Example


Text Example

White with #183325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183325; }

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

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

background-color css

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

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

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

border-color css

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

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

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