Html Css Color HEX #18552D Crusoe

📋 copy color: '#18552D'

red 24 ◦ green 85 ◦ blue 45

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

Shades of Crusoe #18552D

Tints of Crusoe #18552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.19%

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

R = 15.58%
G = 55.19%
B = 29.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#18552D (or 0x18552D) is known color: Crusoe. HEX triplet: 18, 55 and 2D. RGB value is (24,85,45). Sum of RGB (Red+Green+Blue) = 24+85+45=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #18552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18552D is #E7AAD2. Grayscale: #3E3E3E. Windows color (decimal): -15182547 or 2970904. OLE color: 2970904.

HSL color Cylindrical-coordinate representation of color #18552D: hue angle of 140.66º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18552D is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 85 45 -
CMYK 0.72 0 0.47 0.67
HSL 140.66º 0.56% 0.21% -
HSV(B) 140.66º 0.72% 0.33% -
XYZ 4.1 6.88 3.59 -
YUV 62.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 24 85 45 0.72 0 0.47 0.67 140.66 0.56 0.21
Hex 18 55 2D 48 0 2F 43 8D 38 15
Octal 30 125 55 110 0 57 103 215 70 25
Binary 11000 1010101 101101 1001000 0 101111 1000011 10001101 111000 10101

Color Harmonies of #18552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18552D

Black with #18552D

Text Example


Text Example

White with #18552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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