Html Css Color HEX #091305 Pine Tree

📋 copy color: '#091305'

red 9 ◦ green 19 ◦ blue 5

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

Shades of Pine Tree #091305

Tints of Pine Tree #091305

RGB

 RED value IS 9 (3.91% from 255) = 27.27%

 GREEN value IS 19 (7.81% from 255) = 57.58%

 BLUE value IS 5 (2.34% from 255) = 15.15%

R = 27.27%
G = 57.58%
B = 15.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.74

 K value IS 0.93

RGB Variations

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

Color information

#091305 (or 0x091305) is known color: Pine Tree. HEX triplet: 09, 13 and 05. RGB value is (9,19,5). Sum of RGB (Red+Green+Blue) = 9+19+5=33 (4% of max value = 765). Red value is 9 (3.91% from 255 or 27.27% from 33); Green value is 19 (7.81% from 255 or 57.58% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 19 - color contains mainly: green. Hex color #091305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091305 is #F6ECFA. Grayscale: #0E0E0E. Windows color (decimal): -16182523 or 332553. OLE color: 332553.

HSL color Cylindrical-coordinate representation of color #091305: hue angle of 102.86º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #091305 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.93.

Color convert

RGB 9 19 5 -
CMYK 0.53 0 0.74 0.93
HSL 102.86º 0.58% 0.05% -
HSV(B) 102.86º 0.74% 0.07% -
XYZ 0.37 0.53 0.23 -
YUV 14.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 9 19 5 0.53 0 0.74 0.93 102.86 0.58 0.05
Hex 9 13 5 35 0 4A 5D 67 3A 5
Octal 11 23 5 65 0 112 135 147 72 5
Binary 1001 10011 101 110101 0 1001010 1011101 1100111 111010 101

Color Harmonies of #091305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091305

Black with #091305

Text Example


Text Example

White with #091305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091305; }

 p { color: rgb(9,19,5); }

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

background-color css

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

 a { background-color: rgb(9,19,5); }

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

border-color css

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

 span { border-color: rgb(9,19,5); }

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