Html Css Color HEX #18512D Crusoe

📋 copy color: '#18512D'

red 24 ◦ green 81 ◦ blue 45

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

Shades of Crusoe #18512D

Tints of Crusoe #18512D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 54%

 BLUE value IS 45 (17.97% from 255) = 30%

R = 16%
G = 54%
B = 30%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#18512D (or 0x18512D) is known color: Crusoe. HEX triplet: 18, 51 and 2D. RGB value is (24,81,45). Sum of RGB (Red+Green+Blue) = 24+81+45=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 81 (32.03% from 255 or 54% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 81 - color contains mainly: green. Hex color #18512D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18512D is #E7AED2. Grayscale: #3B3B3B. Windows color (decimal): -15183571 or 2969880. OLE color: 2969880.

HSL color Cylindrical-coordinate representation of color #18512D: hue angle of 142.11º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18512D is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 81 45 -
CMYK 0.70 0 0.44 0.68
HSL 142.11º 0.54% 0.21% -
HSV(B) 142.11º 0.7% 0.32% -
XYZ 3.79 6.27 3.49 -
YUV 59.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 24 81 45 0.70 0 0.44 0.68 142.11 0.54 0.21
Hex 18 51 2D 46 0 2C 44 8E 36 15
Octal 30 121 55 106 0 54 104 216 66 25
Binary 11000 1010001 101101 1000110 0 101100 1000100 10001110 110110 10101

Color Harmonies of #18512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18512D

Black with #18512D

Text Example


Text Example

White with #18512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18512D; }

 p { color: rgb(24,81,45); }

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

background-color css

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

 a { background-color: rgb(24,81,45); }

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

border-color css

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

 span { border-color: rgb(24,81,45); }

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