Html Css Color HEX #388C09 Bilbao

📋 copy color: '#388C09'

red 56 ◦ green 140 ◦ blue 9

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

Shades of Bilbao #388C09

Tints of Bilbao #388C09

RGB

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

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

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

R = 27.32%
G = 68.29%
B = 4.39%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#388C09 (or 0x388C09) is known color: Bilbao. HEX triplet: 38, 8C and 09. RGB value is (56,140,9). Sum of RGB (Red+Green+Blue) = 56+140+9=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 140 (55.08% from 255 or 68.29% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 140 - color contains mainly: green. Hex color #388C09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388C09 is #C773F6. Grayscale: #646464. Windows color (decimal): -13071351 or 625720. OLE color: 625720.

HSL color Cylindrical-coordinate representation of color #388C09: hue angle of 98.47º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #388C09 is Cyan = 0.6, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 140 9 -
CMYK 0.6 0 0.94 0.45
HSL 98.47º 0.88% 0.29% -
HSV(B) 98.47º 0.94% 0.55% -
XYZ 11.06 19.62 3.46 -
YUV 99.95 76.67 96.65 -
System Red Green Blue C M Y K H S L
Decimal 56 140 9 0.6 0 0.94 0.45 98.47 0.88 0.29
Hex 38 8C 9 3C 0 5E 2D 62 58 1D
Octal 70 214 11 74 0 136 55 142 130 35
Binary 111000 10001100 1001 111100 0 1011110 101101 1100010 1011000 11101

Color Harmonies of #388C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C09

Black with #388C09

Text Example


Text Example

White with #388C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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