Html Css Color HEX #185F33 Crusoe

📋 copy color: '#185F33'

red 24 ◦ green 95 ◦ blue 51

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

Shades of Crusoe #185F33

Tints of Crusoe #185F33

RGB

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

 GREEN value IS 95 (37.5% from 255) = 55.88%

 BLUE value IS 51 (20.31% from 255) = 30%

R = 14.12%
G = 55.88%
B = 30%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#185F33 (or 0x185F33) is known color: Crusoe. HEX triplet: 18, 5F and 33. RGB value is (24,95,51). Sum of RGB (Red+Green+Blue) = 24+95+51=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 95 (37.5% from 255 or 55.88% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 95 - color contains mainly: green. Hex color #185F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185F33 is #E7A0CC. Grayscale: #444444. Windows color (decimal): -15179981 or 3366680. OLE color: 3366680.

HSL color Cylindrical-coordinate representation of color #185F33: hue angle of 142.82º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185F33 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 95 51 -
CMYK 0.75 0 0.46 0.63
HSL 142.82º 0.6% 0.23% -
HSV(B) 142.82º 0.75% 0.37% -
XYZ 5.07 8.62 4.53 -
YUV 68.76 117.98 96.08 -
System Red Green Blue C M Y K H S L
Decimal 24 95 51 0.75 0 0.46 0.63 142.82 0.6 0.23
Hex 18 5F 33 4B 0 2E 3F 8F 3C 17
Octal 30 137 63 113 0 56 77 217 74 27
Binary 11000 1011111 110011 1001011 0 101110 111111 10001111 111100 10111

Color Harmonies of #185F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F33

Black with #185F33

Text Example


Text Example

White with #185F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185F33; }

 p { color: rgb(24,95,51); }

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

background-color css

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

 a { background-color: rgb(24,95,51); }

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

border-color css

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

 span { border-color: rgb(24,95,51); }

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