Html Css Color HEX #427B13 Bilbao

📋 copy color: '#427B13'

red 66 ◦ green 123 ◦ blue 19

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

Shades of Bilbao #427B13

Tints of Bilbao #427B13

RGB

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

 GREEN value IS 123 (48.44% from 255) = 59.13%

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 31.73%
G = 59.13%
B = 9.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.85

 K value IS 0.52

RGB Variations

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

Color information

#427B13 (or 0x427B13) is known color: Bilbao. HEX triplet: 42, 7B and 13. RGB value is (66,123,19). Sum of RGB (Red+Green+Blue) = 66+123+19=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 123 (48.44% from 255 or 59.13% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 123 - color contains mainly: green. Hex color #427B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427B13 is #BD84EC. Grayscale: #5E5E5E. Windows color (decimal): -12420333 or 1276738. OLE color: 1276738.

HSL color Cylindrical-coordinate representation of color #427B13: hue angle of 92.88º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #427B13 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 123 19 -
CMYK 0.46 0 0.85 0.52
HSL 92.88º 0.73% 0.28% -
HSV(B) 92.88º 0.85% 0.48% -
XYZ 9.45 15.37 3.09 -
YUV 94.1 85.62 107.96 -
System Red Green Blue C M Y K H S L
Decimal 66 123 19 0.46 0 0.85 0.52 92.88 0.73 0.28
Hex 42 7B 13 2E 0 55 34 5D 49 1C
Octal 102 173 23 56 0 125 64 135 111 34
Binary 1000010 1111011 10011 101110 0 1010101 110100 1011101 1001001 11100

Color Harmonies of #427B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B13

Black with #427B13

Text Example


Text Example

White with #427B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427B13; }

 p { color: rgb(66,123,19); }

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

background-color css

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

 a { background-color: rgb(66,123,19); }

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

border-color css

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

 span { border-color: rgb(66,123,19); }

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