Html Css Color HEX #18362B Cardin Green

📋 copy color: '#18362B'

red 24 ◦ green 54 ◦ blue 43

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

Shades of Cardin Green #18362B

Tints of Cardin Green #18362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 44.63%

 BLUE value IS 43 (17.19% from 255) = 35.54%

R = 19.83%
G = 44.63%
B = 35.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.79

RGB Variations

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

Color information

#18362B (or 0x18362B) is known color: Cardin Green. HEX triplet: 18, 36 and 2B. RGB value is (24,54,43). Sum of RGB (Red+Green+Blue) = 24+54+43=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #18362B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18362B is #E7C9D4. Grayscale: #2B2B2B. Windows color (decimal): -15190485 or 2831896. OLE color: 2831896.

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

Color convert

RGB 24 54 43 -
CMYK 0.56 0 0.20 0.79
HSL 158º 0.38% 0.15% -
HSV(B) 158º 0.56% 0.21% -
XYZ 2.13 3.01 2.75 -
YUV 43.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 24 54 43 0.56 0 0.20 0.79 158 0.38 0.15
Hex 18 36 2B 38 0 14 4F 9E 26 F
Octal 30 66 53 70 0 24 117 236 46 17
Binary 11000 110110 101011 111000 0 10100 1001111 10011110 100110 1111

Color Harmonies of #18362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18362B

Black with #18362B

Text Example


Text Example

White with #18362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18362B; }

 p { color: rgb(24,54,43); }

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

background-color css

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

 a { background-color: rgb(24,54,43); }

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

border-color css

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

 span { border-color: rgb(24,54,43); }

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