Html Css Color HEX #3C8223 Bilbao

📋 copy color: '#3C8223'

red 60 ◦ green 130 ◦ blue 35

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

Shades of Bilbao #3C8223

Tints of Bilbao #3C8223

RGB

 RED value IS 60 (23.83% from 255) = 26.67%

 GREEN value IS 130 (51.17% from 255) = 57.78%

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

R = 26.67%
G = 57.78%
B = 15.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#3C8223 (or 0x3C8223) is known color: Bilbao. HEX triplet: 3C, 82 and 23. RGB value is (60,130,35). Sum of RGB (Red+Green+Blue) = 60+130+35=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #3C8223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C8223 is #C37DDC. Grayscale: #626262. Windows color (decimal): -12811741 or 2327100. OLE color: 2327100.

HSL color Cylindrical-coordinate representation of color #3C8223: hue angle of 104.21º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C8223 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 130 35 -
CMYK 0.54 0 0.73 0.49
HSL 104.21º 0.58% 0.32% -
HSV(B) 104.21º 0.73% 0.51% -
XYZ 10.15 17.05 4.35 -
YUV 98.24 92.31 100.72 -
System Red Green Blue C M Y K H S L
Decimal 60 130 35 0.54 0 0.73 0.49 104.21 0.58 0.32
Hex 3C 82 23 36 0 49 31 68 3A 20
Octal 74 202 43 66 0 111 61 150 72 40
Binary 111100 10000010 100011 110110 0 1001001 110001 1101000 111010 100000

Color Harmonies of #3C8223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8223

Black with #3C8223

Text Example


Text Example

White with #3C8223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C8223; }

 p { color: rgb(60,130,35); }

 H1.HeaderClassName
 {
   color: #3C8223;
 }
 .AnyTagClassName
 {
   color: #3C8223;
 }
</style>

background-color css

<style>
 a { background-color: #3C8223; }

 a { background-color: rgb(60,130,35); }

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

border-color css

<style>
 span { border-color: #3C8223; }

 span { border-color: rgb(60,130,35); }

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