Html Css Color HEX #427115 Bilbao

📋 copy color: '#427115'

red 66 ◦ green 113 ◦ blue 21

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

Shades of Bilbao #427115

Tints of Bilbao #427115

RGB

 RED value IS 66 (26.17% from 255) = 33%

 GREEN value IS 113 (44.53% from 255) = 56.5%

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 33%
G = 56.5%
B = 10.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#427115 (or 0x427115) is known color: Bilbao. HEX triplet: 42, 71 and 15. RGB value is (66,113,21). Sum of RGB (Red+Green+Blue) = 66+113+21=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #427115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427115 is #BD8EEA. Grayscale: #585858. Windows color (decimal): -12422891 or 1405250. OLE color: 1405250.

HSL color Cylindrical-coordinate representation of color #427115: hue angle of 90.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #427115 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 113 21 -
CMYK 0.42 0 0.81 0.56
HSL 90.65º 0.69% 0.26% -
HSV(B) 90.65º 0.81% 0.44% -
XYZ 8.29 13.02 2.79 -
YUV 88.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 66 113 21 0.42 0 0.81 0.56 90.65 0.69 0.26
Hex 42 71 15 2A 0 51 38 5B 45 1A
Octal 102 161 25 52 0 121 70 133 105 32
Binary 1000010 1110001 10101 101010 0 1010001 111000 1011011 1000101 11010

Color Harmonies of #427115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427115

Black with #427115

Text Example


Text Example

White with #427115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427115; }

 p { color: rgb(66,113,21); }

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

background-color css

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

 a { background-color: rgb(66,113,21); }

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

border-color css

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

 span { border-color: rgb(66,113,21); }

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