Html Css Color HEX #232510 Green Waterloo

📋 copy color: '#232510'

red 35 ◦ green 37 ◦ blue 16

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

Shades of Green Waterloo #232510

Tints of Green Waterloo #232510

RGB

 RED value IS 35 (14.06% from 255) = 39.77%

 GREEN value IS 37 (14.84% from 255) = 42.05%

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

R = 39.77%
G = 42.05%
B = 18.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#232510 (or 0x232510) is known color: Green Waterloo. HEX triplet: 23, 25 and 10. RGB value is (35,37,16). Sum of RGB (Red+Green+Blue) = 35+37+16=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 37 - color contains mainly: green. Hex color #232510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232510 is #DCDAEF. Grayscale: #222222. Windows color (decimal): -14473968 or 1058083. OLE color: 1058083.

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

Color convert

RGB 35 37 16 -
CMYK 0.05 0 0.57 0.85
HSL 65.71º 0.4% 0.1% -
HSV(B) 65.71º 0.57% 0.15% -
XYZ 1.45 1.72 0.75 -
YUV 34.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 35 37 16 0.05 0 0.57 0.85 65.71 0.4 0.1
Hex 23 25 10 5 0 39 55 42 28 A
Octal 43 45 20 5 0 71 125 102 50 12
Binary 100011 100101 10000 101 0 111001 1010101 1000010 101000 1010

Color Harmonies of #232510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232510

Black with #232510

Text Example


Text Example

White with #232510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232510; }

 p { color: rgb(35,37,16); }

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

background-color css

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

 a { background-color: rgb(35,37,16); }

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

border-color css

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

 span { border-color: rgb(35,37,16); }

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