Html Css Color HEX #427B04 Bilbao

📋 copy color: '#427B04'

red 66 ◦ green 123 ◦ blue 4

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

Shades of Bilbao #427B04

Tints of Bilbao #427B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.07%

R = 34.2%
G = 63.73%
B = 2.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#427B04 (or 0x427B04) is known color: Bilbao. HEX triplet: 42, 7B and 04. RGB value is (66,123,4). Sum of RGB (Red+Green+Blue) = 66+123+4=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 123 (48.44% from 255 or 63.73% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 123 - color contains mainly: green. Hex color #427B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427B04 is #BD84FB. Grayscale: #5C5C5C. Windows color (decimal): -12420348 or 293698. OLE color: 293698.

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

Color convert

RGB 66 123 4 -
CMYK 0.46 0 0.97 0.52
HSL 88.74º 0.94% 0.25% -
HSV(B) 88.74º 0.97% 0.48% -
XYZ 9.35 15.33 2.58 -
YUV 92.39 78.12 109.18 -
System Red Green Blue C M Y K H S L
Decimal 66 123 4 0.46 0 0.97 0.52 88.74 0.94 0.25
Hex 42 7B 4 2E 0 61 34 59 5E 19
Octal 102 173 4 56 0 141 64 131 136 31
Binary 1000010 1111011 100 101110 0 1100001 110100 1011001 1011110 11001

Color Harmonies of #427B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B04

Black with #427B04

Text Example


Text Example

White with #427B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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