Html Css Color HEX #388E09 Bilbao

📋 copy color: '#388E09'

red 56 ◦ green 142 ◦ blue 9

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

Shades of Bilbao #388E09

Tints of Bilbao #388E09

RGB

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

 GREEN value IS 142 (55.86% from 255) = 68.6%

 BLUE value IS 9 (3.91% from 255) = 4.35%

R = 27.05%
G = 68.6%
B = 4.35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#388E09 (or 0x388E09) is known color: Bilbao. HEX triplet: 38, 8E and 09. RGB value is (56,142,9). Sum of RGB (Red+Green+Blue) = 56+142+9=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 142 (55.86% from 255 or 68.60% from 207); Blue value is 9 (3.91% from 255 or 4.35% from 207); Max value from RGB is 142 - color contains mainly: green. Hex color #388E09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388E09 is #C771F6. Grayscale: #656565. Windows color (decimal): -13070839 or 626232. OLE color: 626232.

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

Color convert

RGB 56 142 9 -
CMYK 0.61 0 0.94 0.44
HSL 98.8º 0.88% 0.3% -
HSV(B) 98.8º 0.94% 0.56% -
XYZ 11.35 20.21 3.56 -
YUV 101.12 76.01 95.81 -
System Red Green Blue C M Y K H S L
Decimal 56 142 9 0.61 0 0.94 0.44 98.8 0.88 0.3
Hex 38 8E 9 3D 0 5E 2C 63 58 1E
Octal 70 216 11 75 0 136 54 143 130 36
Binary 111000 10001110 1001 111101 0 1011110 101100 1100011 1011000 11110

Color Harmonies of #388E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388E09

Black with #388E09

Text Example


Text Example

White with #388E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,142,9); }

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

background-color css

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

 a { background-color: rgb(56,142,9); }

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

border-color css

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

 span { border-color: rgb(56,142,9); }

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