Html Css Color HEX #378C04 Bilbao

📋 copy color: '#378C04'

red 55 ◦ green 140 ◦ blue 4

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

Shades of Bilbao #378C04

Tints of Bilbao #378C04

RGB

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

 GREEN value IS 140 (55.08% from 255) = 70.35%

 BLUE value IS 4 (1.95% from 255) = 2.01%

R = 27.64%
G = 70.35%
B = 2.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#378C04 (or 0x378C04) is known color: Bilbao. HEX triplet: 37, 8C and 04. RGB value is (55,140,4). Sum of RGB (Red+Green+Blue) = 55+140+4=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 140 (55.08% from 255 or 70.35% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 140 - color contains mainly: green. Hex color #378C04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #378C04 is #C873FB. Grayscale: #636363. Windows color (decimal): -13136892 or 298039. OLE color: 298039.

HSL color Cylindrical-coordinate representation of color #378C04: hue angle of 97.5º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #378C04 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 140 4 -
CMYK 0.61 0 0.97 0.45
HSL 97.5º 0.94% 0.28% -
HSV(B) 97.5º 0.97% 0.55% -
XYZ 10.98 19.58 3.32 -
YUV 99.08 74.34 96.56 -
System Red Green Blue C M Y K H S L
Decimal 55 140 4 0.61 0 0.97 0.45 97.5 0.94 0.28
Hex 37 8C 4 3D 0 61 2D 62 5E 1C
Octal 67 214 4 75 0 141 55 142 136 34
Binary 110111 10001100 100 111101 0 1100001 101101 1100010 1011110 11100

Color Harmonies of #378C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378C04

Black with #378C04

Text Example


Text Example

White with #378C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378C04; }

 p { color: rgb(55,140,4); }

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

background-color css

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

 a { background-color: rgb(55,140,4); }

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

border-color css

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

 span { border-color: rgb(55,140,4); }

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