Html Css Color HEX #184C27 Zuccini

📋 copy color: '#184C27'

red 24 ◦ green 76 ◦ blue 39

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

Shades of Zuccini #184C27

Tints of Zuccini #184C27

RGB

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

 GREEN value IS 76 (30.08% from 255) = 54.68%

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

R = 17.27%
G = 54.68%
B = 28.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#184C27 (or 0x184C27) is known color: Zuccini. HEX triplet: 18, 4C and 27. RGB value is (24,76,39). Sum of RGB (Red+Green+Blue) = 24+76+39=139 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.27% from 139); Green value is 76 (30.08% from 255 or 54.68% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 76 - color contains mainly: green. Hex color #184C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184C27 is #E7B3D8. Grayscale: #383838. Windows color (decimal): -15184857 or 2575384. OLE color: 2575384.

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

Color convert

RGB 24 76 39 -
CMYK 0.68 0 0.49 0.70
HSL 137.31º 0.52% 0.2% -
HSV(B) 137.31º 0.68% 0.3% -
XYZ 3.33 5.51 2.81 -
YUV 56.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 24 76 39 0.68 0 0.49 0.70 137.31 0.52 0.2
Hex 18 4C 27 44 0 31 46 89 34 14
Octal 30 114 47 104 0 61 106 211 64 24
Binary 11000 1001100 100111 1000100 0 110001 1000110 10001001 110100 10100

Color Harmonies of #184C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184C27

Black with #184C27

Text Example


Text Example

White with #184C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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