Html Css Color HEX #183326 Cardin Green

📋 copy color: '#183326'

red 24 ◦ green 51 ◦ blue 38

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

Shades of Cardin Green #183326

Tints of Cardin Green #183326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.63%

R = 21.24%
G = 45.13%
B = 33.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#183326 (or 0x183326) is known color: Cardin Green. HEX triplet: 18, 33 and 26. RGB value is (24,51,38). Sum of RGB (Red+Green+Blue) = 24+51+38=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #183326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183326 is #E7CCD9. Grayscale: #292929. Windows color (decimal): -15191258 or 2503448. OLE color: 2503448.

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

Color convert

RGB 24 51 38 -
CMYK 0.53 0 0.25 0.8
HSL 151.11º 0.36% 0.15% -
HSV(B) 151.11º 0.53% 0.2% -
XYZ 1.91 2.7 2.25 -
YUV 41.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 24 51 38 0.53 0 0.25 0.8 151.11 0.36 0.15
Hex 18 33 26 35 0 19 50 97 24 F
Octal 30 63 46 65 0 31 120 227 44 17
Binary 11000 110011 100110 110101 0 11001 1010000 10010111 100100 1111

Color Harmonies of #183326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183326

Black with #183326

Text Example


Text Example

White with #183326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183326; }

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

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

background-color css

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

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

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

border-color css

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

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

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