Html Css Color HEX #388F04 Bilbao

📋 copy color: '#388F04'

red 56 ◦ green 143 ◦ blue 4

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

Shades of Bilbao #388F04

Tints of Bilbao #388F04

RGB

 RED value IS 56 (22.27% from 255) = 27.59%

 GREEN value IS 143 (56.25% from 255) = 70.44%

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

R = 27.59%
G = 70.44%
B = 1.97%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#388F04 (or 0x388F04) is known color: Bilbao. HEX triplet: 38, 8F and 04. RGB value is (56,143,4). Sum of RGB (Red+Green+Blue) = 56+143+4=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 143 (56.25% from 255 or 70.44% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 143 - color contains mainly: green. Hex color #388F04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388F04 is #C770FB. Grayscale: #656565. Windows color (decimal): -13070588 or 298808. OLE color: 298808.

HSL color Cylindrical-coordinate representation of color #388F04: hue angle of 97.55º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #388F04 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 143 4 -
CMYK 0.61 0 0.97 0.44
HSL 97.55º 0.95% 0.29% -
HSV(B) 97.55º 0.97% 0.56% -
XYZ 11.48 20.49 3.47 -
YUV 101.14 73.18 95.8 -
System Red Green Blue C M Y K H S L
Decimal 56 143 4 0.61 0 0.97 0.44 97.55 0.95 0.29
Hex 38 8F 4 3D 0 61 2C 62 5F 1D
Octal 70 217 4 75 0 141 54 142 137 35
Binary 111000 10001111 100 111101 0 1100001 101100 1100010 1011111 11101

Color Harmonies of #388F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388F04

Black with #388F04

Text Example


Text Example

White with #388F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388F04; }

 p { color: rgb(56,143,4); }

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

background-color css

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

 a { background-color: rgb(56,143,4); }

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

border-color css

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

 span { border-color: rgb(56,143,4); }

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