Html Css Color HEX #252612 Green Waterloo

📋 copy color: '#252612'

red 37 ◦ green 38 ◦ blue 18

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

Shades of Green Waterloo #252612

Tints of Green Waterloo #252612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.35%

R = 39.78%
G = 40.86%
B = 19.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#252612 (or 0x252612) is known color: Green Waterloo. HEX triplet: 25, 26 and 12. RGB value is (37,38,18). Sum of RGB (Red+Green+Blue) = 37+38+18=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 38 - color contains mainly: green. Hex color #252612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252612 is #DAD9ED. Grayscale: #232323. Windows color (decimal): -14342638 or 1189413. OLE color: 1189413.

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

Color convert

RGB 37 38 18 -
CMYK 0.03 0 0.53 0.85
HSL 63º 0.36% 0.11% -
HSV(B) 63º 0.53% 0.15% -
XYZ 1.57 1.82 0.84 -
YUV 35.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 37 38 18 0.03 0 0.53 0.85 63 0.36 0.11
Hex 25 26 12 3 0 35 55 3F 24 B
Octal 45 46 22 3 0 65 125 77 44 13
Binary 100101 100110 10010 11 0 110101 1010101 111111 100100 1011

Color Harmonies of #252612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252612

Black with #252612

Text Example


Text Example

White with #252612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252612; }

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

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

background-color css

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

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

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

border-color css

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

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

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