Html Css Color HEX #18552F Crusoe

📋 copy color: '#18552F'

red 24 ◦ green 85 ◦ blue 47

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

Shades of Crusoe #18552F

Tints of Crusoe #18552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.13%

R = 15.38%
G = 54.49%
B = 30.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#18552F (or 0x18552F) is known color: Crusoe. HEX triplet: 18, 55 and 2F. RGB value is (24,85,47). Sum of RGB (Red+Green+Blue) = 24+85+47=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #18552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18552F is #E7AAD0. Grayscale: #3E3E3E. Windows color (decimal): -15182545 or 3101976. OLE color: 3101976.

HSL color Cylindrical-coordinate representation of color #18552F: hue angle of 142.62º 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 #18552F is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 85 47 -
CMYK 0.72 0 0.45 0.67
HSL 142.62º 0.56% 0.21% -
HSV(B) 142.62º 0.72% 0.33% -
XYZ 4.14 6.9 3.8 -
YUV 62.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 24 85 47 0.72 0 0.45 0.67 142.62 0.56 0.21
Hex 18 55 2F 48 0 2D 43 8F 38 15
Octal 30 125 57 110 0 55 103 217 70 25
Binary 11000 1010101 101111 1001000 0 101101 1000011 10001111 111000 10101

Color Harmonies of #18552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18552F

Black with #18552F

Text Example


Text Example

White with #18552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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