Html Css Color HEX #23480D Myrtle

📋 copy color: '#23480D'

red 35 ◦ green 72 ◦ blue 13

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

Shades of Myrtle #23480D

Tints of Myrtle #23480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 60%

 BLUE value IS 13 (5.47% from 255) = 10.83%

R = 29.17%
G = 60%
B = 10.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#23480D (or 0x23480D) is known color: Myrtle. HEX triplet: 23, 48 and 0D. RGB value is (35,72,13). Sum of RGB (Red+Green+Blue) = 35+72+13=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #23480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23480D is #DCB7F2. Grayscale: #363636. Windows color (decimal): -14465011 or 870435. OLE color: 870435.

HSL color Cylindrical-coordinate representation of color #23480D: hue angle of 97.63º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23480D is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 72 13 -
CMYK 0.51 0 0.82 0.72
HSL 97.63º 0.69% 0.17% -
HSV(B) 97.63º 0.82% 0.28% -
XYZ 3.08 5.02 1.19 -
YUV 54.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 35 72 13 0.51 0 0.82 0.72 97.63 0.69 0.17
Hex 23 48 D 33 0 52 48 62 45 11
Octal 43 110 15 63 0 122 110 142 105 21
Binary 100011 1001000 1101 110011 0 1010010 1001000 1100010 1000101 10001

Color Harmonies of #23480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23480D

Black with #23480D

Text Example


Text Example

White with #23480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23480D; }

 p { color: rgb(35,72,13); }

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

background-color css

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

 a { background-color: rgb(35,72,13); }

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

border-color css

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

 span { border-color: rgb(35,72,13); }

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