Html Css Color HEX #235514 Myrtle

📋 copy color: '#235514'

red 35 ◦ green 85 ◦ blue 20

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

Shades of Myrtle #235514

Tints of Myrtle #235514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 60.71%

 BLUE value IS 20 (8.2% from 255) = 14.29%

R = 25%
G = 60.71%
B = 14.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#235514 (or 0x235514) is known color: Myrtle. HEX triplet: 23, 55 and 14. RGB value is (35,85,20). Sum of RGB (Red+Green+Blue) = 35+85+20=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #235514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235514 is #DCAAEB. Grayscale: #3E3E3E. Windows color (decimal): -14461676 or 1332515. OLE color: 1332515.

HSL color Cylindrical-coordinate representation of color #235514: hue angle of 106.15º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #235514 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 85 20 -
CMYK 0.59 0 0.76 0.67
HSL 106.15º 0.62% 0.21% -
HSV(B) 106.15º 0.76% 0.33% -
XYZ 4.07 6.9 1.78 -
YUV 62.64 103.94 108.29 -
System Red Green Blue C M Y K H S L
Decimal 35 85 20 0.59 0 0.76 0.67 106.15 0.62 0.21
Hex 23 55 14 3B 0 4C 43 6A 3E 15
Octal 43 125 24 73 0 114 103 152 76 25
Binary 100011 1010101 10100 111011 0 1001100 1000011 1101010 111110 10101

Color Harmonies of #235514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235514

Black with #235514

Text Example


Text Example

White with #235514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235514; }

 p { color: rgb(35,85,20); }

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

background-color css

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

 a { background-color: rgb(35,85,20); }

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

border-color css

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

 span { border-color: rgb(35,85,20); }

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