Html Css Color HEX #388100 Bilbao

📋 copy color: '#388100'

red 56 ◦ green 129 ◦ blue 0

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

Shades of Bilbao #388100

Tints of Bilbao #388100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 69.73%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.27%
G = 69.73%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#388100 (or 0x388100) is known color: Bilbao. HEX triplet: 38, 81 and 00. RGB value is (56,129,0). Sum of RGB (Red+Green+Blue) = 56+129+0=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 129 (50.78% from 255 or 69.73% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 129 - color contains mainly: green. Hex color #388100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388100 is #C77EFF. Grayscale: #5C5C5C. Windows color (decimal): -13074176 or 33080. OLE color: 33080.

HSL color Cylindrical-coordinate representation of color #388100: hue angle of 93.95º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #388100 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 129 0 -
CMYK 0.57 0 1 0.49
HSL 93.95º 1% 0.25% -
HSV(B) 93.95º 1% 0.51% -
XYZ 9.48 16.54 2.69 -
YUV 92.47 75.82 101.99 -
System Red Green Blue C M Y K H S L
Decimal 56 129 0 0.57 0 1 0.49 93.95 1 0.25
Hex 38 81 0 39 0 64 31 5E 64 19
Octal 70 201 0 71 0 144 61 136 144 31
Binary 111000 10000001 0 111001 0 1100100 110001 1011110 1100100 11001

Color Harmonies of #388100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388100

Black with #388100

Text Example


Text Example

White with #388100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388100; }

 p { color: rgb(56,129,0); }

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

background-color css

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

 a { background-color: rgb(56,129,0); }

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

border-color css

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

 span { border-color: rgb(56,129,0); }

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