Html Css Color HEX #242610 Green Waterloo

📋 copy color: '#242610'

red 36 ◦ green 38 ◦ blue 16

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

Shades of Green Waterloo #242610

Tints of Green Waterloo #242610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.78%

R = 40%
G = 42.22%
B = 17.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.85

RGB Variations

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

Color information

#242610 (or 0x242610) is known color: Green Waterloo. HEX triplet: 24, 26 and 10. RGB value is (36,38,16). Sum of RGB (Red+Green+Blue) = 36+38+16=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #242610 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242610 is #DBD9EF. Grayscale: #222222. Windows color (decimal): -14408176 or 1058340. OLE color: 1058340.

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

Color convert

RGB 36 38 16 -
CMYK 0.05 0 0.58 0.85
HSL 65.45º 0.41% 0.11% -
HSV(B) 65.45º 0.58% 0.15% -
XYZ 1.51 1.8 0.76 -
YUV 34.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 36 38 16 0.05 0 0.58 0.85 65.45 0.41 0.11
Hex 24 26 10 5 0 3A 55 41 29 B
Octal 44 46 20 5 0 72 125 101 51 13
Binary 100100 100110 10000 101 0 111010 1010101 1000001 101001 1011

Color Harmonies of #242610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242610

Black with #242610

Text Example


Text Example

White with #242610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242610; }

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

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

background-color css

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

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

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

border-color css

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

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

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