Html Css Color HEX #24260A Green Waterloo

📋 copy color: '#24260A'

red 36 ◦ green 38 ◦ blue 10

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

Shades of Green Waterloo #24260A

Tints of Green Waterloo #24260A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.9%

R = 42.86%
G = 45.24%
B = 11.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#24260A (or 0x24260A) is known color: Green Waterloo. HEX triplet: 24, 26 and 0A. RGB value is (36,38,10). Sum of RGB (Red+Green+Blue) = 36+38+10=84 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.86% from 84); Green value is 38 (15.23% from 255 or 45.24% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 38 - color contains mainly: green. Hex color #24260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24260A is #DBD9F5. Grayscale: #222222. Windows color (decimal): -14408182 or 665124. OLE color: 665124.

HSL color Cylindrical-coordinate representation of color #24260A: hue angle of 64.29º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24260A is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 38 10 -
CMYK 0.05 0 0.74 0.85
HSL 64.29º 0.58% 0.09% -
HSV(B) 64.29º 0.74% 0.15% -
XYZ 1.48 1.78 0.55 -
YUV 34.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 36 38 10 0.05 0 0.74 0.85 64.29 0.58 0.09
Hex 24 26 A 5 0 4A 55 40 3A 9
Octal 44 46 12 5 0 112 125 100 72 11
Binary 100100 100110 1010 101 0 1001010 1010101 1000000 111010 1001

Color Harmonies of #24260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24260A

Black with #24260A

Text Example


Text Example

White with #24260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24260A; }

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

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

background-color css

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

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

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

border-color css

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

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

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