Html Css Color HEX #185430 Crusoe

📋 copy color: '#185430'

red 24 ◦ green 84 ◦ blue 48

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

Shades of Crusoe #185430

Tints of Crusoe #185430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.77%

R = 15.38%
G = 53.85%
B = 30.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#185430 (or 0x185430) is known color: Crusoe. HEX triplet: 18, 54 and 30. RGB value is (24,84,48). Sum of RGB (Red+Green+Blue) = 24+84+48=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #185430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185430 is #E7ABCF. Grayscale: #3E3E3E. Windows color (decimal): -15182800 or 3167256. OLE color: 3167256.

HSL color Cylindrical-coordinate representation of color #185430: hue angle of 144º 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 #185430 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 84 48 -
CMYK 0.71 0 0.43 0.67
HSL 144º 0.56% 0.21% -
HSV(B) 144º 0.71% 0.33% -
XYZ 4.08 6.75 3.88 -
YUV 61.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 24 84 48 0.71 0 0.43 0.67 144 0.56 0.21
Hex 18 54 30 47 0 2B 43 90 38 15
Octal 30 124 60 107 0 53 103 220 70 25
Binary 11000 1010100 110000 1000111 0 101011 1000011 10010000 111000 10101

Color Harmonies of #185430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185430

Black with #185430

Text Example


Text Example

White with #185430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185430; }

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

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

background-color css

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

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

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

border-color css

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

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

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