Html Css Color HEX #185122 Crusoe

📋 copy color: '#185122'

red 24 ◦ green 81 ◦ blue 34

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

Shades of Crusoe #185122

Tints of Crusoe #185122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.46%

R = 17.27%
G = 58.27%
B = 24.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.68

RGB Variations

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

Color information

#185122 (or 0x185122) is known color: Crusoe. HEX triplet: 18, 51 and 22. RGB value is (24,81,34). Sum of RGB (Red+Green+Blue) = 24+81+34=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #185122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185122 is #E7AEDD. Grayscale: #3A3A3A. Windows color (decimal): -15183582 or 2248984. OLE color: 2248984.

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

Color convert

RGB 24 81 34 -
CMYK 0.70 0 0.58 0.68
HSL 130.53º 0.54% 0.21% -
HSV(B) 130.53º 0.7% 0.32% -
XYZ 3.61 6.19 2.52 -
YUV 58.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 24 81 34 0.70 0 0.58 0.68 130.53 0.54 0.21
Hex 18 51 22 46 0 3A 44 83 36 15
Octal 30 121 42 106 0 72 104 203 66 25
Binary 11000 1010001 100010 1000110 0 111010 1000100 10000011 110110 10101

Color Harmonies of #185122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185122

Black with #185122

Text Example


Text Example

White with #185122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185122; }

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

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

background-color css

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

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

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

border-color css

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

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

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