Html Css Color HEX #185225 Crusoe

📋 copy color: '#185225'

red 24 ◦ green 82 ◦ blue 37

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

Shades of Crusoe #185225

Tints of Crusoe #185225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.87%

R = 16.78%
G = 57.34%
B = 25.87%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.68

RGB Variations

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

Color information

#185225 (or 0x185225) is known color: Crusoe. HEX triplet: 18, 52 and 25. RGB value is (24,82,37). Sum of RGB (Red+Green+Blue) = 24+82+37=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #185225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185225 is #E7ADDA. Grayscale: #3B3B3B. Windows color (decimal): -15183323 or 2445848. OLE color: 2445848.

HSL color Cylindrical-coordinate representation of color #185225: hue angle of 133.45º 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 #185225 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 82 37 -
CMYK 0.71 0 0.55 0.68
HSL 133.45º 0.55% 0.21% -
HSV(B) 133.45º 0.71% 0.32% -
XYZ 3.73 6.36 2.78 -
YUV 59.53 115.28 102.66 -
System Red Green Blue C M Y K H S L
Decimal 24 82 37 0.71 0 0.55 0.68 133.45 0.55 0.21
Hex 18 52 25 47 0 37 44 85 37 15
Octal 30 122 45 107 0 67 104 205 67 25
Binary 11000 1010010 100101 1000111 0 110111 1000100 10000101 110111 10101

Color Harmonies of #185225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185225

Black with #185225

Text Example


Text Example

White with #185225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185225; }

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

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

background-color css

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

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

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

border-color css

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

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

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