Html Css Color HEX #388430 Bilbao

📋 copy color: '#388430'

red 56 ◦ green 132 ◦ blue 48

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

Shades of Bilbao #388430

Tints of Bilbao #388430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.93%

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

R = 23.73%
G = 55.93%
B = 20.34%

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

#388430 (or 0x388430) is known color: Bilbao. HEX triplet: 38, 84 and 30. RGB value is (56,132,48). Sum of RGB (Red+Green+Blue) = 56+132+48=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #388430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388430 is #C77BCF. Grayscale: #636363. Windows color (decimal): -13073360 or 3179576. OLE color: 3179576.

HSL color Cylindrical-coordinate representation of color #388430: hue angle of 114.29º 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 #388430 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 48 -
CMYK 0.58 0 0.64 0.48
HSL 114.29º 0.47% 0.35% -
HSV(B) 114.29º 0.64% 0.52% -
XYZ 10.42 17.56 5.64 -
YUV 99.7 98.82 96.83 -
System Red Green Blue C M Y K H S L
Decimal 56 132 48 0.58 0 0.64 0.48 114.29 0.47 0.35
Hex 38 84 30 3A 0 40 30 72 2F 23
Octal 70 204 60 72 0 100 60 162 57 43
Binary 111000 10000100 110000 111010 0 1000000 110000 1110010 101111 100011

Color Harmonies of #388430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388430

Black with #388430

Text Example


Text Example

White with #388430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388430; }

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

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

background-color css

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

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

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

border-color css

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

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

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