Html Css Color HEX #185530 Crusoe

📋 copy color: '#185530'

red 24 ◦ green 85 ◦ blue 48

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

Shades of Crusoe #185530

Tints of Crusoe #185530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.57%

R = 15.29%
G = 54.14%
B = 30.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#185530 (or 0x185530) is known color: Crusoe. HEX triplet: 18, 55 and 30. RGB value is (24,85,48). Sum of RGB (Red+Green+Blue) = 24+85+48=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 85 (33.59% from 255 or 54.14% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 85 - color contains mainly: green. Hex color #185530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185530 is #E7AACF. Grayscale: #3E3E3E. Windows color (decimal): -15182544 or 3167512. OLE color: 3167512.

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

Color convert

RGB 24 85 48 -
CMYK 0.72 0 0.44 0.67
HSL 143.61º 0.56% 0.21% -
HSV(B) 143.61º 0.72% 0.33% -
XYZ 4.16 6.9 3.91 -
YUV 62.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 24 85 48 0.72 0 0.44 0.67 143.61 0.56 0.21
Hex 18 55 30 48 0 2C 43 90 38 15
Octal 30 125 60 110 0 54 103 220 70 25
Binary 11000 1010101 110000 1001000 0 101100 1000011 10010000 111000 10101

Color Harmonies of #185530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185530

Black with #185530

Text Example


Text Example

White with #185530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185530; }

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

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

background-color css

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

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

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

border-color css

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

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

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