Html Css Color HEX #184B27 Zuccini

📋 copy color: '#184B27'

red 24 ◦ green 75 ◦ blue 39

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

Shades of Zuccini #184B27

Tints of Zuccini #184B27

RGB

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

 GREEN value IS 75 (29.69% from 255) = 54.35%

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

R = 17.39%
G = 54.35%
B = 28.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#184B27 (or 0x184B27) is known color: Zuccini. HEX triplet: 18, 4B and 27. RGB value is (24,75,39). Sum of RGB (Red+Green+Blue) = 24+75+39=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 75 (29.69% from 255 or 54.35% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 75 - color contains mainly: green. Hex color #184B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184B27 is #E7B4D8. Grayscale: #373737. Windows color (decimal): -15185113 or 2575128. OLE color: 2575128.

HSL color Cylindrical-coordinate representation of color #184B27: hue angle of 137.65º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #184B27 is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 24 75 39 -
CMYK 0.68 0 0.48 0.71
HSL 137.65º 0.52% 0.19% -
HSV(B) 137.65º 0.68% 0.29% -
XYZ 3.26 5.37 2.78 -
YUV 55.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 24 75 39 0.68 0 0.48 0.71 137.65 0.52 0.19
Hex 18 4B 27 44 0 30 47 8A 34 13
Octal 30 113 47 104 0 60 107 212 64 23
Binary 11000 1001011 100111 1000100 0 110000 1000111 10001010 110100 10011

Color Harmonies of #184B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184B27

Black with #184B27

Text Example


Text Example

White with #184B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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