Html Css Color HEX #242604 Green Waterloo

📋 copy color: '#242604'

red 36 ◦ green 38 ◦ blue 4

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

Shades of Green Waterloo #242604

Tints of Green Waterloo #242604

RGB

 RED value IS 36 (14.45% from 255) = 46.15%

 GREEN value IS 38 (15.23% from 255) = 48.72%

 BLUE value IS 4 (1.95% from 255) = 5.13%

R = 46.15%
G = 48.72%
B = 5.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.85

RGB Variations

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

Color information

#242604 (or 0x242604) is known color: Green Waterloo. HEX triplet: 24, 26 and 04. RGB value is (36,38,4). Sum of RGB (Red+Green+Blue) = 36+38+4=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #242604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242604 is #DBD9FB. Grayscale: #212121. Windows color (decimal): -14408188 or 271908. OLE color: 271908.

HSL color Cylindrical-coordinate representation of color #242604: hue angle of 63.53º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #242604 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 38 4 -
CMYK 0.05 0 0.89 0.85
HSL 63.53º 0.81% 0.08% -
HSV(B) 63.53º 0.89% 0.15% -
XYZ 1.44 1.77 0.38 -
YUV 33.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 36 38 4 0.05 0 0.89 0.85 63.53 0.81 0.08
Hex 24 26 4 5 0 59 55 40 51 8
Octal 44 46 4 5 0 131 125 100 121 10
Binary 100100 100110 100 101 0 1011001 1010101 1000000 1010001 1000

Color Harmonies of #242604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242604

Black with #242604

Text Example


Text Example

White with #242604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242604; }

 p { color: rgb(36,38,4); }

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

background-color css

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

 a { background-color: rgb(36,38,4); }

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

border-color css

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

 span { border-color: rgb(36,38,4); }

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