Html Css Color HEX #427F23 Bilbao

📋 copy color: '#427F23'

red 66 ◦ green 127 ◦ blue 35

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

Shades of Bilbao #427F23

Tints of Bilbao #427F23

RGB

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

 GREEN value IS 127 (50% from 255) = 55.7%

 BLUE value IS 35 (14.06% from 255) = 15.35%

R = 28.95%
G = 55.7%
B = 15.35%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#427F23 (or 0x427F23) is known color: Bilbao. HEX triplet: 42, 7F and 23. RGB value is (66,127,35). Sum of RGB (Red+Green+Blue) = 66+127+35=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 127 (50% from 255 or 55.70% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 127 - color contains mainly: green. Hex color #427F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427F23 is #BD80DC. Grayscale: #626262. Windows color (decimal): -12419293 or 2326338. OLE color: 2326338.

HSL color Cylindrical-coordinate representation of color #427F23: hue angle of 99.78º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #427F23 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 127 35 -
CMYK 0.48 0 0.72 0.50
HSL 99.78º 0.57% 0.32% -
HSV(B) 99.78º 0.72% 0.5% -
XYZ 10.14 16.46 4.23 -
YUV 98.27 92.29 104.98 -
System Red Green Blue C M Y K H S L
Decimal 66 127 35 0.48 0 0.72 0.50 99.78 0.57 0.32
Hex 42 7F 23 30 0 48 32 64 39 20
Octal 102 177 43 60 0 110 62 144 71 40
Binary 1000010 1111111 100011 110000 0 1001000 110010 1100100 111001 100000

Color Harmonies of #427F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F23

Black with #427F23

Text Example


Text Example

White with #427F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,127,35); }

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

background-color css

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

 a { background-color: rgb(66,127,35); }

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

border-color css

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

 span { border-color: rgb(66,127,35); }

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