Html Css Color HEX #185221 Crusoe

📋 copy color: '#185221'

red 24 ◦ green 82 ◦ blue 33

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

Shades of Crusoe #185221

Tints of Crusoe #185221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 58.99%

 BLUE value IS 33 (13.28% from 255) = 23.74%

R = 17.27%
G = 58.99%
B = 23.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#185221 (or 0x185221) is known color: Crusoe. HEX triplet: 18, 52 and 21. RGB value is (24,82,33). Sum of RGB (Red+Green+Blue) = 24+82+33=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #185221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185221 is #E7ADDE. Grayscale: #3B3B3B. Windows color (decimal): -15183327 or 2183704. OLE color: 2183704.

HSL color Cylindrical-coordinate representation of color #185221: hue angle of 129.31º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185221 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 82 33 -
CMYK 0.71 0 0.60 0.68
HSL 129.31º 0.55% 0.21% -
HSV(B) 129.31º 0.71% 0.32% -
XYZ 3.67 6.34 2.47 -
YUV 59.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 24 82 33 0.71 0 0.60 0.68 129.31 0.55 0.21
Hex 18 52 21 47 0 3C 44 81 37 15
Octal 30 122 41 107 0 74 104 201 67 25
Binary 11000 1010010 100001 1000111 0 111100 1000100 10000001 110111 10101

Color Harmonies of #185221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185221

Black with #185221

Text Example


Text Example

White with #185221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185221; }

 p { color: rgb(24,82,33); }

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

background-color css

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

 a { background-color: rgb(24,82,33); }

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

border-color css

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

 span { border-color: rgb(24,82,33); }

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