Html Css Color HEX #091405 Pine Tree

📋 copy color: '#091405'

red 9 ◦ green 20 ◦ blue 5

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

Shades of Pine Tree #091405

Tints of Pine Tree #091405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 58.82%

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

R = 26.47%
G = 58.82%
B = 14.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.92

RGB Variations

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

Color information

#091405 (or 0x091405) is known color: Pine Tree. HEX triplet: 09, 14 and 05. RGB value is (9,20,5). Sum of RGB (Red+Green+Blue) = 9+20+5=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #091405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091405 is #F6EBFA. Grayscale: #0F0F0F. Windows color (decimal): -16182267 or 332809. OLE color: 332809.

HSL color Cylindrical-coordinate representation of color #091405: hue angle of 104º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #091405 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 20 5 -
CMYK 0.55 0 0.75 0.92
HSL 104º 0.6% 0.05% -
HSV(B) 104º 0.75% 0.08% -
XYZ 0.39 0.57 0.23 -
YUV 15 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 9 20 5 0.55 0 0.75 0.92 104 0.6 0.05
Hex 9 14 5 37 0 4B 5C 68 3C 5
Octal 11 24 5 67 0 113 134 150 74 5
Binary 1001 10100 101 110111 0 1001011 1011100 1101000 111100 101

Color Harmonies of #091405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091405

Black with #091405

Text Example


Text Example

White with #091405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091405; }

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

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

background-color css

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

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

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

border-color css

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

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

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