Html Css Color HEX #185434 Crusoe

📋 copy color: '#185434'

red 24 ◦ green 84 ◦ blue 52

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

Shades of Crusoe #185434

Tints of Crusoe #185434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.5%

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

R = 15%
G = 52.5%
B = 32.5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#185434 (or 0x185434) is known color: Crusoe. HEX triplet: 18, 54 and 34. RGB value is (24,84,52). Sum of RGB (Red+Green+Blue) = 24+84+52=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #185434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185434 is #E7ABCB. Grayscale: #3E3E3E. Windows color (decimal): -15182796 or 3429400. OLE color: 3429400.

HSL color Cylindrical-coordinate representation of color #185434: hue angle of 148º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185434 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 84 52 -
CMYK 0.71 0 0.38 0.67
HSL 148º 0.56% 0.21% -
HSV(B) 148º 0.71% 0.33% -
XYZ 4.17 6.78 4.34 -
YUV 62.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 24 84 52 0.71 0 0.38 0.67 148 0.56 0.21
Hex 18 54 34 47 0 26 43 94 38 15
Octal 30 124 64 107 0 46 103 224 70 25
Binary 11000 1010100 110100 1000111 0 100110 1000011 10010100 111000 10101

Color Harmonies of #185434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185434

Black with #185434

Text Example


Text Example

White with #185434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185434; }

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

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

background-color css

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

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

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

border-color css

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

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

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