Html Css Color HEX #232413 Green Waterloo

📋 copy color: '#232413'

red 35 ◦ green 36 ◦ blue 19

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

Shades of Green Waterloo #232413

Tints of Green Waterloo #232413

RGB

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

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

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

R = 38.89%
G = 40%
B = 21.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.86

RGB Variations

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

Color information

#232413 (or 0x232413) is known color: Green Waterloo. HEX triplet: 23, 24 and 13. RGB value is (35,36,19). Sum of RGB (Red+Green+Blue) = 35+36+19=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 19 (7.81% from 255 or 21.11% from 90); Max value from RGB is 36 - color contains mainly: green. Hex color #232413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232413 is #DCDBEC. Grayscale: #212121. Windows color (decimal): -14474221 or 1254435. OLE color: 1254435.

HSL color Cylindrical-coordinate representation of color #232413: hue angle of 63.53º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #232413 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 36 19 -
CMYK 0.03 0 0.47 0.86
HSL 63.53º 0.31% 0.11% -
HSV(B) 63.53º 0.47% 0.14% -
XYZ 1.44 1.67 0.86 -
YUV 33.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 35 36 19 0.03 0 0.47 0.86 63.53 0.31 0.11
Hex 23 24 13 3 0 2F 56 40 1F B
Octal 43 44 23 3 0 57 126 100 37 13
Binary 100011 100100 10011 11 0 101111 1010110 1000000 11111 1011

Color Harmonies of #232413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232413

Black with #232413

Text Example


Text Example

White with #232413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232413; }

 p { color: rgb(35,36,19); }

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

background-color css

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

 a { background-color: rgb(35,36,19); }

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

border-color css

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

 span { border-color: rgb(35,36,19); }

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