Html Css Color HEX #388130 Bilbao

📋 copy color: '#388130'

red 56 ◦ green 129 ◦ blue 48

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

Shades of Bilbao #388130

Tints of Bilbao #388130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.6%

R = 24.03%
G = 55.36%
B = 20.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#388130 (or 0x388130) is known color: Bilbao. HEX triplet: 38, 81 and 30. RGB value is (56,129,48). Sum of RGB (Red+Green+Blue) = 56+129+48=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #388130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388130 is #C77ECF. Grayscale: #626262. Windows color (decimal): -13074128 or 3178808. OLE color: 3178808.

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

Color convert

RGB 56 129 48 -
CMYK 0.57 0 0.63 0.49
HSL 114.07º 0.46% 0.35% -
HSV(B) 114.07º 0.63% 0.51% -
XYZ 10.01 16.75 5.5 -
YUV 97.94 99.82 98.09 -
System Red Green Blue C M Y K H S L
Decimal 56 129 48 0.57 0 0.63 0.49 114.07 0.46 0.35
Hex 38 81 30 39 0 3F 31 72 2E 23
Octal 70 201 60 71 0 77 61 162 56 43
Binary 111000 10000001 110000 111001 0 111111 110001 1110010 101110 100011

Color Harmonies of #388130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388130

Black with #388130

Text Example


Text Example

White with #388130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388130; }

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

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

background-color css

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

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

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

border-color css

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

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

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