Html Css Color HEX #23480A Myrtle

📋 copy color: '#23480A'

red 35 ◦ green 72 ◦ blue 10

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

Shades of Myrtle #23480A

Tints of Myrtle #23480A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.55%

R = 29.91%
G = 61.54%
B = 8.55%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#23480A (or 0x23480A) is known color: Myrtle. HEX triplet: 23, 48 and 0A. RGB value is (35,72,10). Sum of RGB (Red+Green+Blue) = 35+72+10=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #23480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23480A is #DCB7F5. Grayscale: #363636. Windows color (decimal): -14465014 or 673827. OLE color: 673827.

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

Color convert

RGB 35 72 10 -
CMYK 0.51 0 0.86 0.72
HSL 95.81º 0.76% 0.16% -
HSV(B) 95.81º 0.86% 0.28% -
XYZ 3.07 5.01 1.09 -
YUV 53.87 103.24 114.54 -
System Red Green Blue C M Y K H S L
Decimal 35 72 10 0.51 0 0.86 0.72 95.81 0.76 0.16
Hex 23 48 A 33 0 56 48 60 4C 10
Octal 43 110 12 63 0 126 110 140 114 20
Binary 100011 1001000 1010 110011 0 1010110 1001000 1100000 1001100 10000

Color Harmonies of #23480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23480A

Black with #23480A

Text Example


Text Example

White with #23480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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