Html Css Color HEX #377825 Bilbao

📋 copy color: '#377825'

red 55 ◦ green 120 ◦ blue 37

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

Shades of Bilbao #377825

Tints of Bilbao #377825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.6%

 BLUE value IS 37 (14.84% from 255) = 17.45%

R = 25.94%
G = 56.6%
B = 17.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#377825 (or 0x377825) is known color: Bilbao. HEX triplet: 37, 78 and 25. RGB value is (55,120,37). Sum of RGB (Red+Green+Blue) = 55+120+37=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #377825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377825 is #C887DA. Grayscale: #5B5B5B. Windows color (decimal): -13141979 or 2455607. OLE color: 2455607.

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

Color convert

RGB 55 120 37 -
CMYK 0.54 0 0.69 0.53
HSL 106.99º 0.53% 0.31% -
HSV(B) 106.99º 0.69% 0.47% -
XYZ 8.63 14.38 4.07 -
YUV 91.1 97.47 102.25 -
System Red Green Blue C M Y K H S L
Decimal 55 120 37 0.54 0 0.69 0.53 106.99 0.53 0.31
Hex 37 78 25 36 0 45 35 6B 35 1F
Octal 67 170 45 66 0 105 65 153 65 37
Binary 110111 1111000 100101 110110 0 1000101 110101 1101011 110101 11111

Color Harmonies of #377825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377825

Black with #377825

Text Example


Text Example

White with #377825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377825; }

 p { color: rgb(55,120,37); }

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

background-color css

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

 a { background-color: rgb(55,120,37); }

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

border-color css

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

 span { border-color: rgb(55,120,37); }

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