Html Css Color HEX #378230 Bilbao

📋 copy color: '#378230'

red 55 ◦ green 130 ◦ blue 48

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

Shades of Bilbao #378230

Tints of Bilbao #378230

RGB

 RED value IS 55 (21.88% from 255) = 23.61%

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

 BLUE value IS 48 (19.14% from 255) = 20.6%

R = 23.61%
G = 55.79%
B = 20.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#378230 (or 0x378230) is known color: Bilbao. HEX triplet: 37, 82 and 30. RGB value is (55,130,48). Sum of RGB (Red+Green+Blue) = 55+130+48=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #378230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378230 is #C87DCF. Grayscale: #626262. Windows color (decimal): -13139408 or 3179063. OLE color: 3179063.

HSL color Cylindrical-coordinate representation of color #378230: hue angle of 114.88º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378230 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 48 -
CMYK 0.58 0 0.63 0.49
HSL 114.88º 0.46% 0.35% -
HSV(B) 114.88º 0.63% 0.51% -
XYZ 10.09 16.99 5.54 -
YUV 98.23 99.65 97.17 -
System Red Green Blue C M Y K H S L
Decimal 55 130 48 0.58 0 0.63 0.49 114.88 0.46 0.35
Hex 37 82 30 3A 0 3F 31 73 2E 23
Octal 67 202 60 72 0 77 61 163 56 43
Binary 110111 10000010 110000 111010 0 111111 110001 1110011 101110 100011

Color Harmonies of #378230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378230

Black with #378230

Text Example


Text Example

White with #378230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378230; }

 p { color: rgb(55,130,48); }

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

background-color css

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

 a { background-color: rgb(55,130,48); }

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

border-color css

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

 span { border-color: rgb(55,130,48); }

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