Html Css Color HEX #18502A Crusoe

📋 copy color: '#18502A'

red 24 ◦ green 80 ◦ blue 42

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

Shades of Crusoe #18502A

Tints of Crusoe #18502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 54.79%

 BLUE value IS 42 (16.8% from 255) = 28.77%

R = 16.44%
G = 54.79%
B = 28.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#18502A (or 0x18502A) is known color: Crusoe. HEX triplet: 18, 50 and 2A. RGB value is (24,80,42). Sum of RGB (Red+Green+Blue) = 24+80+42=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 80 (31.64% from 255 or 54.79% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 80 - color contains mainly: green. Hex color #18502A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18502A is #E7AFD5. Grayscale: #3B3B3B. Windows color (decimal): -15183830 or 2773016. OLE color: 2773016.

HSL color Cylindrical-coordinate representation of color #18502A: hue angle of 139.29º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18502A is Cyan = 0.70, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 80 42 -
CMYK 0.70 0 0.48 0.69
HSL 139.29º 0.54% 0.2% -
HSV(B) 139.29º 0.7% 0.31% -
XYZ 3.66 6.1 3.17 -
YUV 58.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 24 80 42 0.70 0 0.48 0.69 139.29 0.54 0.2
Hex 18 50 2A 46 0 30 45 8B 36 14
Octal 30 120 52 106 0 60 105 213 66 24
Binary 11000 1010000 101010 1000110 0 110000 1000101 10001011 110110 10100

Color Harmonies of #18502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18502A

Black with #18502A

Text Example


Text Example

White with #18502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18502A; }

 p { color: rgb(24,80,42); }

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

background-color css

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

 a { background-color: rgb(24,80,42); }

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

border-color css

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

 span { border-color: rgb(24,80,42); }

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