Html Css Color HEX #447D0D Bilbao

📋 copy color: '#447D0D'

red 68 ◦ green 125 ◦ blue 13

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

Shades of Bilbao #447D0D

Tints of Bilbao #447D0D

RGB

 RED value IS 68 (26.95% from 255) = 33.01%

 GREEN value IS 125 (49.22% from 255) = 60.68%

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

R = 33.01%
G = 60.68%
B = 6.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#447D0D (or 0x447D0D) is known color: Bilbao. HEX triplet: 44, 7D and 0D. RGB value is (68,125,13). Sum of RGB (Red+Green+Blue) = 68+125+13=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 125 (49.22% from 255 or 60.68% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 125 - color contains mainly: green. Hex color #447D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447D0D is #BB82F2. Grayscale: #5F5F5F. Windows color (decimal): -12288755 or 884036. OLE color: 884036.

HSL color Cylindrical-coordinate representation of color #447D0D: hue angle of 90.54º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #447D0D is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 125 13 -
CMYK 0.46 0 0.90 0.51
HSL 90.54º 0.81% 0.27% -
HSV(B) 90.54º 0.9% 0.49% -
XYZ 9.79 15.93 2.94 -
YUV 95.19 81.62 108.61 -
System Red Green Blue C M Y K H S L
Decimal 68 125 13 0.46 0 0.90 0.51 90.54 0.81 0.27
Hex 44 7D D 2E 0 5A 33 5B 51 1B
Octal 104 175 15 56 0 132 63 133 121 33
Binary 1000100 1111101 1101 101110 0 1011010 110011 1011011 1010001 11011

Color Harmonies of #447D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D0D

Black with #447D0D

Text Example


Text Example

White with #447D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447D0D; }

 p { color: rgb(68,125,13); }

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

background-color css

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

 a { background-color: rgb(68,125,13); }

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

border-color css

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

 span { border-color: rgb(68,125,13); }

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