Html Css Color HEX #185630 Crusoe

📋 copy color: '#185630'

red 24 ◦ green 86 ◦ blue 48

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

Shades of Crusoe #185630

Tints of Crusoe #185630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 54.43%

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

R = 15.19%
G = 54.43%
B = 30.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#185630 (or 0x185630) is known color: Crusoe. HEX triplet: 18, 56 and 30. RGB value is (24,86,48). Sum of RGB (Red+Green+Blue) = 24+86+48=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #185630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185630 is #E7A9CF. Grayscale: #3F3F3F. Windows color (decimal): -15182288 or 3167768. OLE color: 3167768.

HSL color Cylindrical-coordinate representation of color #185630: hue angle of 143.23º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185630 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 24 86 48 -
CMYK 0.72 0 0.44 0.66
HSL 143.23º 0.56% 0.22% -
HSV(B) 143.23º 0.72% 0.34% -
XYZ 4.24 7.06 3.94 -
YUV 63.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 24 86 48 0.72 0 0.44 0.66 143.23 0.56 0.22
Hex 18 56 30 48 0 2C 42 8F 38 16
Octal 30 126 60 110 0 54 102 217 70 26
Binary 11000 1010110 110000 1001000 0 101100 1000010 10001111 111000 10110

Color Harmonies of #185630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185630

Black with #185630

Text Example


Text Example

White with #185630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185630; }

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

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

background-color css

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

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

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

border-color css

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

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

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