Html Css Color HEX #388530 Bilbao

📋 copy color: '#388530'

red 56 ◦ green 133 ◦ blue 48

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

Shades of Bilbao #388530

Tints of Bilbao #388530

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.12%

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

R = 23.63%
G = 56.12%
B = 20.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#388530 (or 0x388530) is known color: Bilbao. HEX triplet: 38, 85 and 30. RGB value is (56,133,48). Sum of RGB (Red+Green+Blue) = 56+133+48=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #388530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388530 is #C77ACF. Grayscale: #646464. Windows color (decimal): -13073104 or 3179832. OLE color: 3179832.

HSL color Cylindrical-coordinate representation of color #388530: hue angle of 114.35º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #388530 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 48 -
CMYK 0.58 0 0.64 0.48
HSL 114.35º 0.47% 0.35% -
HSV(B) 114.35º 0.64% 0.52% -
XYZ 10.55 17.83 5.68 -
YUV 100.29 98.49 96.41 -
System Red Green Blue C M Y K H S L
Decimal 56 133 48 0.58 0 0.64 0.48 114.35 0.47 0.35
Hex 38 85 30 3A 0 40 30 72 2F 23
Octal 70 205 60 72 0 100 60 162 57 43
Binary 111000 10000101 110000 111010 0 1000000 110000 1110010 101111 100011

Color Harmonies of #388530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388530

Black with #388530

Text Example


Text Example

White with #388530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388530; }

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

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

background-color css

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

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

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

border-color css

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

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

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