Html Css Color HEX #185522 Crusoe

📋 copy color: '#185522'

red 24 ◦ green 85 ◦ blue 34

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

Shades of Crusoe #185522

Tints of Crusoe #185522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.78%

R = 16.78%
G = 59.44%
B = 23.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#185522 (or 0x185522) is known color: Crusoe. HEX triplet: 18, 55 and 22. RGB value is (24,85,34). Sum of RGB (Red+Green+Blue) = 24+85+34=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 85 (33.59% from 255 or 59.44% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 85 - color contains mainly: green. Hex color #185522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185522 is #E7AADD. Grayscale: #3D3D3D. Windows color (decimal): -15182558 or 2250008. OLE color: 2250008.

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

Color convert

RGB 24 85 34 -
CMYK 0.72 0 0.60 0.67
HSL 129.84º 0.56% 0.21% -
HSV(B) 129.84º 0.72% 0.33% -
XYZ 3.91 6.81 2.62 -
YUV 60.95 112.79 101.65 -
System Red Green Blue C M Y K H S L
Decimal 24 85 34 0.72 0 0.60 0.67 129.84 0.56 0.21
Hex 18 55 22 48 0 3C 43 82 38 15
Octal 30 125 42 110 0 74 103 202 70 25
Binary 11000 1010101 100010 1001000 0 111100 1000011 10000010 111000 10101

Color Harmonies of #185522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185522

Black with #185522

Text Example


Text Example

White with #185522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185522; }

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

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

background-color css

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

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

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

border-color css

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

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

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