Html Css Color HEX #252613 Green Waterloo

📋 copy color: '#252613'

red 37 ◦ green 38 ◦ blue 19

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

Shades of Green Waterloo #252613

Tints of Green Waterloo #252613

RGB

 RED value IS 37 (14.84% from 255) = 39.36%

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

 BLUE value IS 19 (7.81% from 255) = 20.21%

R = 39.36%
G = 40.43%
B = 20.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.85

RGB Variations

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

Color information

#252613 (or 0x252613) is known color: Green Waterloo. HEX triplet: 25, 26 and 13. RGB value is (37,38,19). Sum of RGB (Red+Green+Blue) = 37+38+19=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 38 - color contains mainly: green. Hex color #252613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252613 is #DAD9EC. Grayscale: #232323. Windows color (decimal): -14342637 or 1254949. OLE color: 1254949.

HSL color Cylindrical-coordinate representation of color #252613: hue angle of 63.16º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252613 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 38 19 -
CMYK 0.03 0 0.50 0.85
HSL 63.16º 0.33% 0.11% -
HSV(B) 63.16º 0.5% 0.15% -
XYZ 1.57 1.83 0.89 -
YUV 35.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 37 38 19 0.03 0 0.50 0.85 63.16 0.33 0.11
Hex 25 26 13 3 0 32 55 3F 21 B
Octal 45 46 23 3 0 62 125 77 41 13
Binary 100101 100110 10011 11 0 110010 1010101 111111 100001 1011

Color Harmonies of #252613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252613

Black with #252613

Text Example


Text Example

White with #252613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252613; }

 p { color: rgb(37,38,19); }

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

background-color css

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

 a { background-color: rgb(37,38,19); }

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

border-color css

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

 span { border-color: rgb(37,38,19); }

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