Html Css Color HEX #183328 Cardin Green

📋 copy color: '#183328'

red 24 ◦ green 51 ◦ blue 40

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

Shades of Cardin Green #183328

Tints of Cardin Green #183328

RGB

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

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

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

R = 20.87%
G = 44.35%
B = 34.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.8

RGB Variations

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

Color information

#183328 (or 0x183328) is known color: Cardin Green. HEX triplet: 18, 33 and 28. RGB value is (24,51,40). Sum of RGB (Red+Green+Blue) = 24+51+40=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #183328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183328 is #E7CCD7. Grayscale: #292929. Windows color (decimal): -15191256 or 2634520. OLE color: 2634520.

HSL color Cylindrical-coordinate representation of color #183328: hue angle of 155.56º 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 #183328 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB 24 51 40 -
CMYK 0.53 0 0.22 0.8
HSL 155.56º 0.36% 0.15% -
HSV(B) 155.56º 0.53% 0.2% -
XYZ 1.94 2.72 2.43 -
YUV 41.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 24 51 40 0.53 0 0.22 0.8 155.56 0.36 0.15
Hex 18 33 28 35 0 16 50 9C 24 F
Octal 30 63 50 65 0 26 120 234 44 17
Binary 11000 110011 101000 110101 0 10110 1010000 10011100 100100 1111

Color Harmonies of #183328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183328

Black with #183328

Text Example


Text Example

White with #183328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183328; }

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

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

background-color css

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

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

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

border-color css

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

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

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