Html Css Color HEX #378023 Bilbao

📋 copy color: '#378023'

red 55 ◦ green 128 ◦ blue 35

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

Shades of Bilbao #378023

Tints of Bilbao #378023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.72%

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

R = 25.23%
G = 58.72%
B = 16.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#378023 (or 0x378023) is known color: Bilbao. HEX triplet: 37, 80 and 23. RGB value is (55,128,35). Sum of RGB (Red+Green+Blue) = 55+128+35=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #378023 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378023 is #C87FDC. Grayscale: #5F5F5F. Windows color (decimal): -13139933 or 2326583. OLE color: 2326583.

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

Color convert

RGB 55 128 35 -
CMYK 0.57 0 0.73 0.50
HSL 107.1º 0.57% 0.32% -
HSV(B) 107.1º 0.73% 0.5% -
XYZ 9.6 16.37 4.24 -
YUV 95.57 93.82 99.06 -
System Red Green Blue C M Y K H S L
Decimal 55 128 35 0.57 0 0.73 0.50 107.1 0.57 0.32
Hex 37 80 23 39 0 49 32 6B 39 20
Octal 67 200 43 71 0 111 62 153 71 40
Binary 110111 10000000 100011 111001 0 1001001 110010 1101011 111001 100000

Color Harmonies of #378023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378023

Black with #378023

Text Example


Text Example

White with #378023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378023; }

 p { color: rgb(55,128,35); }

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

background-color css

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

 a { background-color: rgb(55,128,35); }

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

border-color css

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

 span { border-color: rgb(55,128,35); }

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