Html Css Color HEX #427B19 Bilbao

📋 copy color: '#427B19'

red 66 ◦ green 123 ◦ blue 25

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

Shades of Bilbao #427B19

Tints of Bilbao #427B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 30.84%
G = 57.48%
B = 11.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.80

 K value IS 0.52

RGB Variations

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

Color information

#427B19 (or 0x427B19) is known color: Bilbao. HEX triplet: 42, 7B and 19. RGB value is (66,123,25). Sum of RGB (Red+Green+Blue) = 66+123+25=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 123 (48.44% from 255 or 57.48% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 123 - color contains mainly: green. Hex color #427B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427B19 is #BD84E6. Grayscale: #5F5F5F. Windows color (decimal): -12420327 or 1669954. OLE color: 1669954.

HSL color Cylindrical-coordinate representation of color #427B19: hue angle of 94.9º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #427B19 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 123 25 -
CMYK 0.46 0 0.80 0.52
HSL 94.9º 0.66% 0.29% -
HSV(B) 94.9º 0.8% 0.48% -
XYZ 9.51 15.39 3.39 -
YUV 94.79 88.62 107.47 -
System Red Green Blue C M Y K H S L
Decimal 66 123 25 0.46 0 0.80 0.52 94.9 0.66 0.29
Hex 42 7B 19 2E 0 50 34 5F 42 1D
Octal 102 173 31 56 0 120 64 137 102 35
Binary 1000010 1111011 11001 101110 0 1010000 110100 1011111 1000010 11101

Color Harmonies of #427B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B19

Black with #427B19

Text Example


Text Example

White with #427B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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