Html Css Color HEX #185125 Crusoe

📋 copy color: '#185125'

red 24 ◦ green 81 ◦ blue 37

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

Shades of Crusoe #185125

Tints of Crusoe #185125

RGB

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

 GREEN value IS 81 (32.03% from 255) = 57.04%

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

R = 16.9%
G = 57.04%
B = 26.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.54

 K value IS 0.68

RGB Variations

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

Color information

#185125 (or 0x185125) is known color: Crusoe. HEX triplet: 18, 51 and 25. RGB value is (24,81,37). Sum of RGB (Red+Green+Blue) = 24+81+37=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #185125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185125 is #E7AEDA. Grayscale: #3B3B3B. Windows color (decimal): -15183579 or 2445592. OLE color: 2445592.

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

Color convert

RGB 24 81 37 -
CMYK 0.70 0 0.54 0.68
HSL 133.68º 0.54% 0.21% -
HSV(B) 133.68º 0.7% 0.32% -
XYZ 3.65 6.21 2.76 -
YUV 58.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 24 81 37 0.70 0 0.54 0.68 133.68 0.54 0.21
Hex 18 51 25 46 0 36 44 86 36 15
Octal 30 121 45 106 0 66 104 206 66 25
Binary 11000 1010001 100101 1000110 0 110110 1000100 10000110 110110 10101

Color Harmonies of #185125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185125

Black with #185125

Text Example


Text Example

White with #185125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185125; }

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

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

background-color css

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

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

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

border-color css

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

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

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