Html Css Color HEX #184D27 Crusoe

📋 copy color: '#184D27'

red 24 ◦ green 77 ◦ blue 39

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

Shades of Crusoe #184D27

Tints of Crusoe #184D27

RGB

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

 GREEN value IS 77 (30.47% from 255) = 55%

 BLUE value IS 39 (15.63% from 255) = 27.86%

R = 17.14%
G = 55%
B = 27.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#184D27 (or 0x184D27) is known color: Crusoe. HEX triplet: 18, 4D and 27. RGB value is (24,77,39). Sum of RGB (Red+Green+Blue) = 24+77+39=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #184D27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184D27 is #E7B2D8. Grayscale: #383838. Windows color (decimal): -15184601 or 2575640. OLE color: 2575640.

HSL color Cylindrical-coordinate representation of color #184D27: hue angle of 136.98º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #184D27 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB 24 77 39 -
CMYK 0.69 0 0.49 0.70
HSL 136.98º 0.52% 0.2% -
HSV(B) 136.98º 0.69% 0.3% -
XYZ 3.4 5.65 2.83 -
YUV 56.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 24 77 39 0.69 0 0.49 0.70 136.98 0.52 0.2
Hex 18 4D 27 45 0 31 46 89 34 14
Octal 30 115 47 105 0 61 106 211 64 24
Binary 11000 1001101 100111 1000101 0 110001 1000110 10001001 110100 10100

Color Harmonies of #184D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184D27

Black with #184D27

Text Example


Text Example

White with #184D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184D27; }

 p { color: rgb(24,77,39); }

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

background-color css

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

 a { background-color: rgb(24,77,39); }

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

border-color css

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

 span { border-color: rgb(24,77,39); }

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