Html Css Color HEX #42752A Bilbao

📋 copy color: '#42752A'

red 66 ◦ green 117 ◦ blue 42

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

Shades of Bilbao #42752A

Tints of Bilbao #42752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52%

 BLUE value IS 42 (16.8% from 255) = 18.67%

R = 29.33%
G = 52%
B = 18.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#42752A (or 0x42752A) is known color: Bilbao. HEX triplet: 42, 75 and 2A. RGB value is (66,117,42). Sum of RGB (Red+Green+Blue) = 66+117+42=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #42752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42752A is #BD8AD5. Grayscale: #5D5D5D. Windows color (decimal): -12421846 or 2782530. OLE color: 2782530.

HSL color Cylindrical-coordinate representation of color #42752A: hue angle of 100.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42752A is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 117 42 -
CMYK 0.44 0 0.64 0.54
HSL 100.8º 0.47% 0.31% -
HSV(B) 100.8º 0.64% 0.46% -
XYZ 9.03 14.05 4.43 -
YUV 93.2 99.1 108.6 -
System Red Green Blue C M Y K H S L
Decimal 66 117 42 0.44 0 0.64 0.54 100.8 0.47 0.31
Hex 42 75 2A 2C 0 40 36 65 2F 1F
Octal 102 165 52 54 0 100 66 145 57 37
Binary 1000010 1110101 101010 101100 0 1000000 110110 1100101 101111 11111

Color Harmonies of #42752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42752A

Black with #42752A

Text Example


Text Example

White with #42752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42752A; }

 p { color: rgb(66,117,42); }

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

background-color css

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

 a { background-color: rgb(66,117,42); }

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

border-color css

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

 span { border-color: rgb(66,117,42); }

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