Html Css Color HEX #185834 Crusoe

📋 copy color: '#185834'

red 24 ◦ green 88 ◦ blue 52

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

Shades of Crusoe #185834

Tints of Crusoe #185834

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.66%

 BLUE value IS 52 (20.7% from 255) = 31.71%

R = 14.63%
G = 53.66%
B = 31.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#185834 (or 0x185834) is known color: Crusoe. HEX triplet: 18, 58 and 34. RGB value is (24,88,52). Sum of RGB (Red+Green+Blue) = 24+88+52=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #185834 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185834 is #E7A7CB. Grayscale: #404040. Windows color (decimal): -15181772 or 3430424. OLE color: 3430424.

HSL color Cylindrical-coordinate representation of color #185834: hue angle of 146.25º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #185834 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 88 52 -
CMYK 0.73 0 0.41 0.65
HSL 146.25º 0.57% 0.22% -
HSV(B) 146.25º 0.73% 0.35% -
XYZ 4.49 7.42 4.44 -
YUV 64.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 24 88 52 0.73 0 0.41 0.65 146.25 0.57 0.22
Hex 18 58 34 49 0 29 41 92 39 16
Octal 30 130 64 111 0 51 101 222 71 26
Binary 11000 1011000 110100 1001001 0 101001 1000001 10010010 111001 10110

Color Harmonies of #185834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185834

Black with #185834

Text Example


Text Example

White with #185834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185834; }

 p { color: rgb(24,88,52); }

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

background-color css

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

 a { background-color: rgb(24,88,52); }

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

border-color css

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

 span { border-color: rgb(24,88,52); }

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